#B66F79

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

Shades of Turkish Rose #B66F79

Tints of Turkish Rose #B66F79

Color information

#B66F79 (or 0xB66F79) is unknown color: approx Turkish Rose. HEX triplet: B6, 6F and 79. RGB value is (182,111,121). Sum of RGB (Red+Green+Blue) = 182+111+121=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 111 (43.75% from 255 or 26.81% from 414); Blue value is 121 (47.66% from 255 or 29.23% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F79 is #499086. Grayscale: #858585. Windows color (decimal): -4821127 or 7958454. OLE color: 7958454.

HSL color Cylindrical-coordinate representation of color #B66F79: hue angle of 351.55º 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 #B66F79 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB182111121-
CMYK00.390.340.29
HSL351.55º32.72%57.45%-
HSV(B)351.55º39.01%71.37%-
XYZ28.4322.6920.97-
YUV133.37121.02162.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.96%
GREEN value IS 111 (43.75% from 255) = 26.81%
BLUE value IS 121 (47.66% from 255) = 29.23%
R=43.96%
G=26.81%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211112100.390.340.29351.5532.7257.45
HexB66F79027221D1602139
Octal26615717104742355404171
Binary1011011011011111111001010011110001011101101100000100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F79; }

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

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

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

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

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

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

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

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