#B37178

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

Shades of Turkish Rose #B37178

Tints of Turkish Rose #B37178

Color information

#B37178 (or 0xB37178) is unknown color: approx Turkish Rose. HEX triplet: B3, 71 and 78. RGB value is (179,113,120). Sum of RGB (Red+Green+Blue) = 179+113+120=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 113 (44.53% from 255 or 27.43% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 179 - color contains mainly: red. Hex color #B37178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37178 is #4C8E87. Grayscale: #858585. Windows color (decimal): -5017224 or 7893427. OLE color: 7893427.

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

Color convert

RGB179113120-
CMYK00.370.330.30
HSL353.64º30.28%57.25%-
HSV(B)353.64º36.87%70.2%-
XYZ27.8922.7520.69-
YUV133.53120.37160.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.45%
GREEN value IS 113 (44.53% from 255) = 27.43%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=43.45%
G=27.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911312000.370.330.30353.6430.2857.25
HexB37178025211E1621e39
Octal26316117004541365423671
Binary101100111110001111100001001011000011111010110001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37178; }

 p { color: rgb(179,113,120); }

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

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

 a { background-color: rgb(179,113,120); }

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

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

 span { border-color: rgb(179,113,120); }

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