#B66E76

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

Shades of Turkish Rose #B66E76

Tints of Turkish Rose #B66E76

Color information

#B66E76 (or 0xB66E76) is unknown color: approx Turkish Rose. HEX triplet: B6, 6E and 76. RGB value is (182,110,118). Sum of RGB (Red+Green+Blue) = 182+110+118=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E76 is #499189. Grayscale: #848484. Windows color (decimal): -4821386 or 7761590. OLE color: 7761590.

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

Color convert

RGB182110118-
CMYK00.400.350.29
HSL353.33º33.03%57.25%-
HSV(B)353.33º39.56%71.37%-
XYZ28.1422.419.98-
YUV132.44119.85163.35-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 110 (43.36% from 255) = 26.83%
BLUE value IS 118 (46.48% from 255) = 28.78%
R=44.39%
G=26.83%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211011800.400.350.29353.3333.0357.25
HexB66E76028231D1612139
Octal26615616605043355414171
Binary1011011011011101110110010100010001111101101100001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E76; }

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

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

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

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

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

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

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

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