#B66776

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

Shades of Turkish Rose #B66776

Tints of Turkish Rose #B66776

Color information

#B66776 (or 0xB66776) is unknown color: approx Turkish Rose. HEX triplet: B6, 67 and 76. RGB value is (182,103,118). Sum of RGB (Red+Green+Blue) = 182+103+118=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 118 (46.48% from 255 or 29.28% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B66776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66776 is #499889. Grayscale: #808080. Windows color (decimal): -4823178 or 7759798. OLE color: 7759798.

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

Color convert

RGB182103118-
CMYK00.430.350.29
HSL348.61º35.11%55.88%-
HSV(B)348.61º43.41%71.37%-
XYZ27.4120.9519.74-
YUV128.33122.17166.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.16%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 118 (46.48% from 255) = 29.28%
R=45.16%
G=25.56%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210311800.430.350.29348.6135.1155.88
HexB6677602B231D15d2338
Octal26614716605343355354370
Binary1011011011001111110110010101110001111101101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66776; }

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

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

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

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

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

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

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

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