#B37376

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

Shades of Turkish Rose #B37376

Tints of Turkish Rose #B37376

Color information

#B37376 (or 0xB37376) is unknown color: approx Turkish Rose. HEX triplet: B3, 73 and 76. RGB value is (179,115,118). Sum of RGB (Red+Green+Blue) = 179+115+118=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 118 (46.48% from 255 or 28.64% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B37376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37376 is #4C8C89. Grayscale: #868686. Windows color (decimal): -5016714 or 7762867. OLE color: 7762867.

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

Color convert

RGB179115118-
CMYK00.360.340.30
HSL357.19º29.63%57.65%-
HSV(B)357.19º35.75%70.2%-
XYZ27.9923.1520.13-
YUV134.48118.7159.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 118 (46.48% from 255) = 28.64%
R=43.45%
G=27.91%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911511800.360.340.30357.1929.6357.65
HexB37376024221E1651e3a
Octal26316316604442365453672
Binary101100111110011111011001001001000101111010110010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37376; }

 p { color: rgb(179,115,118); }

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

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

 a { background-color: rgb(179,115,118); }

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

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

 span { border-color: rgb(179,115,118); }

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