#B37475

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

Shades of Turkish Rose #B37475

Tints of Turkish Rose #B37475

Color information

#B37475 (or 0xB37475) is unknown color: approx Turkish Rose. HEX triplet: B3, 74 and 75. RGB value is (179,116,117). Sum of RGB (Red+Green+Blue) = 179+116+117=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 116 (45.70% from 255 or 28.16% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B37475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37475 is #4C8B8A. Grayscale: #878787. Windows color (decimal): -5016459 or 7697587. OLE color: 7697587.

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

Color convert

RGB179116117-
CMYK00.350.350.30
HSL359.05º29.3%57.84%-
HSV(B)359.05º35.2%70.2%-
XYZ28.0523.3619.86-
YUV134.95117.87159.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 116 (45.70% from 255) = 28.16%
BLUE value IS 117 (46.09% from 255) = 28.40%
R=43.45%
G=28.16%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911611700.350.350.30359.0529.357.84
HexB37475023231E1671d3a
Octal26316416504343365473572
Binary101100111110100111010101000111000111111010110011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37475; }

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

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

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

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

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

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

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

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