#B27576

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

Shades of Turkish Rose #B27576

Tints of Turkish Rose #B27576

Color information

#B27576 (or 0xB27576) is unknown color: approx Turkish Rose. HEX triplet: B2, 75 and 76. RGB value is (178,117,118). Sum of RGB (Red+Green+Blue) = 178+117+118=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B27576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27576 is #4D8A89. Grayscale: #878787. Windows color (decimal): -5081738 or 7763378. OLE color: 7763378.

HSL color Cylindrical-coordinate representation of color #B27576: hue angle of 359.02º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27576 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB178117118-
CMYK00.340.340.30
HSL359.02º28.37%57.84%-
HSV(B)359.02º34.27%69.8%-
XYZ27.9923.520.2-
YUV135.35118.21158.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=43.10%
G=28.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811711800.340.340.30359.0228.3757.84
HexB27576022221E1671c3a
Octal26216516604242365473472
Binary101100101110101111011001000101000101111010110011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27576; }

 p { color: rgb(178,117,118); }

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

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

 a { background-color: rgb(178,117,118); }

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

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

 span { border-color: rgb(178,117,118); }

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