#B66F76

Color #B66F76 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #B66F76

Tints of Turkish Rose #B66F76

Color information

#B66F76 (or 0xB66F76) is unknown color: approx Turkish Rose. HEX triplet: B6, 6F and 76. RGB value is (182,111,118). Sum of RGB (Red+Green+Blue) = 182+111+118=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F76 is #499089. Grayscale: #858585. Windows color (decimal): -4821130 or 7761846. OLE color: 7761846.

HSL color Cylindrical-coordinate representation of color #B66F76: hue angle of 354.08º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F76 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB182111118-
CMYK00.390.350.29
HSL354.08º32.72%57.45%-
HSV(B)354.08º39.01%71.37%-
XYZ28.2522.6220.02-
YUV133.03119.52162.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=44.28%
G=27.01%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211111800.390.350.29354.0832.7257.45
HexB66F76027231D1622139
Octal26615716604743355424171
Binary1011011011011111110110010011110001111101101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F76; }

 p { color: rgb(182,111,118); }

 H1.HeaderClassName
 {
   color: #B66F76;
 }
 .AnyTagClassName
 {
   color: #B66F76;
 }
</style>
background-color css

<style>
 a { background-color: #B66F76; }

 a { background-color: rgb(182,111,118); }

 div.DivClassName
 {
   background-color: #B66F76;
 }
 .BgClassName
 {
   background-color: #B66F76;
 }
</style>
border-color css

<style>
 span { border-color: #B66F76; }

 span { border-color: rgb(182,111,118); }

 td.TdClassName
 {
   border-color: #B66F76;
 }
 .TagClassName
 {
   border-color: #B66F76;
 }
</style>