#B37479

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

Shades of Turkish Rose #B37479

Tints of Turkish Rose #B37479

Color information

#B37479 (or 0xB37479) is unknown color: approx Turkish Rose. HEX triplet: B3, 74 and 79. RGB value is (179,116,121). Sum of RGB (Red+Green+Blue) = 179+116+121=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B37479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37479 is #4C8B86. Grayscale: #878787. Windows color (decimal): -5016455 or 7959731. OLE color: 7959731.

HSL color Cylindrical-coordinate representation of color #B37479: hue angle of 355.24º 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 #B37479 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179116121-
CMYK00.350.320.30
HSL355.24º29.3%57.84%-
HSV(B)355.24º35.2%70.2%-
XYZ28.2923.4521.13-
YUV135.41119.87159.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.03%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=43.03%
G=27.88%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911612100.350.320.30355.2429.357.84
HexB37479023201E1631d3a
Octal26316417104340365433572
Binary101100111110100111100101000111000001111010110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37479; }

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

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

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

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

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

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

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

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