#B27176

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

Shades of Turkish Rose #B27176

Tints of Turkish Rose #B27176

Color information

#B27176 (or 0xB27176) is unknown color: approx Turkish Rose. HEX triplet: B2, 71 and 76. RGB value is (178,113,118). Sum of RGB (Red+Green+Blue) = 178+113+118=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B27176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27176 is #4D8E89. Grayscale: #858585. Windows color (decimal): -5082762 or 7762354. OLE color: 7762354.

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

Color convert

RGB178113118-
CMYK00.370.340.30
HSL355.38º29.68%57.06%-
HSV(B)355.38º36.52%69.8%-
XYZ27.5422.5820.05-
YUV133119.53160.09-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 118 (46.48% from 255) = 28.85%
R=43.52%
G=27.63%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811311800.370.340.30355.3829.6857.06
HexB27176025221E1631e39
Octal26216116604542365433671
Binary101100101110001111011001001011000101111010110001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27176; }

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

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

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

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

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

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

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

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