#B37476

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

Shades of Turkish Rose #B37476

Tints of Turkish Rose #B37476

Color information

#B37476 (or 0xB37476) is unknown color: approx Turkish Rose. HEX triplet: B3, 74 and 76. RGB value is (179,116,118). Sum of RGB (Red+Green+Blue) = 179+116+118=413 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.34% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 179 - color contains mainly: red. Hex color #B37476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37476 is #4C8B89. Grayscale: #878787. Windows color (decimal): -5016458 or 7763123. OLE color: 7763123.

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

Color convert

RGB179116118-
CMYK00.350.340.30
HSL358.1º29.3%57.84%-
HSV(B)358.1º35.2%70.2%-
XYZ28.1123.3820.17-
YUV135.06118.37159.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.34%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=43.34%
G=28.09%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911611800.350.340.30358.129.357.84
HexB37476023221E1661d3a
Octal26316416604342365463572
Binary101100111110100111011001000111000101111010110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37476; }

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

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

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

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

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

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

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

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