COLOR #B46476

HEX: #B46476
RGB: (180,100,118)

Renk bilgisi

#B46476 contains mainly red color. #B46476 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#B46476 color RGB value is (180,100,118).

  • kırmız ton 180;
  • yeşil ton 100;
  • mavi ton 118.
RGB:
(180,100,118)
(71%,39%,46%)

RGB bağlantıları ve doygunluk

R 180 of 255 = 71%
G 100 of 255 = 39%
B 118 of 255 = 46%

180
100
118

R + G + B ~ 52%. #B46476 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
180 + 100 + 118 = 398 (100%)
R 180 of 398 ~ 45.23%
G 100 of 398 ~ 25.13%
B 118 of 398 ~ 29.65%

%45.23
%25.13
%29.65

CMYK RENK MODELİ

#B46476 rengi CMYK tonu (0,44,34,29).

  • camgöbeği tonu 0.00%
  • eflatun tonu 44.44%
  • sarı tonu 34.44%
  • ana renk tonu 29.41%
CMYK:
(0,44,34,29)
C0M44Y34K29 
(0%,44%,34%,29%)
(0.00/0.44/0.34/0.29)	

CMYK yüzdeleri

%0
%44.44
%34.44
%29.41

Codes

Color #B46476 in popluar color models

B46476
RGB180100118
HSL347°34.78%54.90%
HSB/HSV347°44.44%70.59%
CMYK0.00%44.44%34.44%
29.41%

Color #B46476 in popluar number systems.

HEXB46476
Decimal180100118
Binary1011010011001001110110
Octal264144166

Shades and tints

Shades of #B46476

#B46476
(180,100,118)
#A45B6C
(164,91,108)
#945262
(148,82,98)
#844958
(132,73,88)
#74404E
(116,64,78)
#643744
(100,55,68)
#542E3A
(84,46,58)
#442530
(68,37,48)
#341C26
(52,28,38)
#24131C
(36,19,28)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #B46476

#B46476
(180,100,118)
#BA7282
(186,114,130)
#C0808E
(192,128,142)
#C68E9A
(198,142,154)
#CC9CA6
(204,156,166)
#D2AAB2
(210,170,178)
#D8B8BE
(216,184,190)
#DEC6CA
(222,198,202)
#E4D4D6
(228,212,214)
#EAE2E2
(234,226,226)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B46476 color. Also use rgb(180,100,118) instead hex code.

Text Font Color

.myTextColor { color: #B46476; }

<p style="color:#B46476">This sample text font color is #B46476.</p>

This text font color is #B46476.


Background Color

.myBgColor { background-color: #B46476; }

<div style="background-color:#B46476">Inner text</div>

This div background color is #B46476.


Border color

.myBorderColor { border: 1px solid #B46476; }

<div style="border:3px solid #B46476">Div</div>

This div border color is #B46476.


Opacity

.myOpacity80 { color: #B46476; opacity: 0.8; }

<p style="color:#B46476;opacity:0.8;">80%</p>

Text with #B46476 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B46476;}

<p style="text-shadow: 3px 3px 1px #B46476">Text here.</p>

This text has shadow with #B46476 color.

.textShadow {text-shadow: 3px 3px 1px #B46476, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B46476, 5px 5px 20px red">Text here.</p>

This text has shadow with #B46476 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B46476, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B46476, Direction=45, Strength=4)">Text</p>

This text has shadow with #B46476 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B46476;
  -webkit-box-shadow:	1px 1px 3px 2px #B46476;
  box-shadow:		1px 1px 3px 2px #B46476;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B46476;
-webkit-box-shadow: 1px 1px 3px 2px #B46476;
box-shadow:1px 1px 3px 2px #B46476;">
Div content here</div>
This div box has shadow with color #B46476.

Preview

Color preview on black background

This text has color #B46476 on black background.


Color preview on white background

This text has color #B46476 on white background.



Black color preview on #B46476 background

This text has black color on #B46476 background.


White color preview on #B46476 background

This text has white color on #B46476 background.