#B66B77

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

Shades of Turkish Rose #B66B77

Tints of Turkish Rose #B66B77

Color information

#B66B77 (or 0xB66B77) is unknown color: approx Turkish Rose. HEX triplet: B6, 6B and 77. RGB value is (182,107,119). Sum of RGB (Red+Green+Blue) = 182+107+119=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B77 is #499488. Grayscale: #828282. Windows color (decimal): -4822153 or 7826358. OLE color: 7826358.

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

Color convert

RGB182107119-
CMYK00.410.350.29
HSL350.4º33.94%56.67%-
HSV(B)350.4º41.21%71.37%-
XYZ27.8821.7920.19-
YUV130.79121.35164.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 119 (46.88% from 255) = 29.17%
R=44.61%
G=26.23%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210711900.410.350.29350.433.9456.67
HexB66B77029231D15e2239
Octal26615316705143355364271
Binary1011011011010111110111010100110001111101101011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B77; }

 p { color: rgb(182,107,119); }

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

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

 a { background-color: rgb(182,107,119); }

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

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

 span { border-color: rgb(182,107,119); }

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