#B36E70

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

Shades of Turkish Rose #B36E70

Tints of Turkish Rose #B36E70

Color information

#B36E70 (or 0xB36E70) is unknown color: approx Turkish Rose. HEX triplet: B3, 6E and 70. RGB value is (179,110,112). Sum of RGB (Red+Green+Blue) = 179+110+112=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B36E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36E70 is #4C918F. Grayscale: #828282. Windows color (decimal): -5018000 or 7368371. OLE color: 7368371.

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

Color convert

RGB179110112-
CMYK00.390.370.30
HSL358.26º31.22%56.67%-
HSV(B)358.26º38.55%70.2%-
XYZ27.0921.9118.13-
YUV130.86117.36162.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=44.64%
G=27.43%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911011200.390.370.30358.2631.2256.67
HexB36E70027251E1661f39
Octal26315616004745365463771
Binary101100111101110111000001001111001011111010110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36E70; }

 p { color: rgb(179,110,112); }

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

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

 a { background-color: rgb(179,110,112); }

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

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

 span { border-color: rgb(179,110,112); }

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