#B37577

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

Shades of Turkish Rose #B37577

Tints of Turkish Rose #B37577

Color information

#B37577 (or 0xB37577) is unknown color: approx Turkish Rose. HEX triplet: B3, 75 and 77. RGB value is (179,117,119). Sum of RGB (Red+Green+Blue) = 179+117+119=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B37577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37577 is #4C8A88. Grayscale: #878787. Windows color (decimal): -5016201 or 7828915. OLE color: 7828915.

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

Color convert

RGB179117119-
CMYK00.350.340.30
HSL358.06º28.97%58.04%-
HSV(B)358.06º34.64%70.2%-
XYZ28.2823.6420.52-
YUV135.77118.54158.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.13%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 119 (46.88% from 255) = 28.67%
R=43.13%
G=28.19%
B=28.67%

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
Decimal17911711900.350.340.30358.0628.9758.04
HexB37577023221E1661d3a
Octal26316516704342365463572
Binary101100111110101111011101000111000101111010110011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37577; }

 p { color: rgb(179,117,119); }

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

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

 a { background-color: rgb(179,117,119); }

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

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

 span { border-color: rgb(179,117,119); }

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