#B37E7F

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

Shades of Turkish Rose #B37E7F

Tints of Turkish Rose #B37E7F

Color information

#B37E7F (or 0xB37E7F) is unknown color: approx Turkish Rose. HEX triplet: B3, 7E and 7F. RGB value is (179,126,127). Sum of RGB (Red+Green+Blue) = 179+126+127=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 179 - color contains mainly: red. Hex color #B37E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37E7F is #4C8180. Grayscale: #8E8E8E. Windows color (decimal): -5013889 or 8355507. OLE color: 8355507.

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

Color convert

RGB179126127-
CMYK00.300.290.30
HSL358.87º25.85%59.8%-
HSV(B)358.87º29.61%70.2%-
XYZ29.8826.0423.53-
YUV141.96119.56154.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.44%
GREEN value IS 126 (49.61% from 255) = 29.17%
BLUE value IS 127 (50% from 255) = 29.40%
R=41.44%
G=29.17%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912612700.300.290.30358.8725.8559.8
HexB37E7F01E1D1E1671a3c
Octal26317617703635365473274
Binary1011001111111101111111011110111011111010110011111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37E7F; }

 p { color: rgb(179,126,127); }

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

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

 a { background-color: rgb(179,126,127); }

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

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

 span { border-color: rgb(179,126,127); }

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