#B36870

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

Shades of Turkish Rose #B36870

Tints of Turkish Rose #B36870

Color information

#B36870 (or 0xB36870) is unknown color: approx Turkish Rose. HEX triplet: B3, 68 and 70. RGB value is (179,104,112). Sum of RGB (Red+Green+Blue) = 179+104+112=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B36870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B36870 is #4C978F. Grayscale: #7F7F7F. Windows color (decimal): -5019536 or 7366835. OLE color: 7366835.

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

Color convert

RGB179104112-
CMYK00.420.370.30
HSL353.6º33.04%55.49%-
HSV(B)353.6º41.9%70.2%-
XYZ26.4720.6517.92-
YUV127.34119.35164.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 104 (41.02% from 255) = 26.33%
BLUE value IS 112 (44.14% from 255) = 28.35%
R=45.32%
G=26.33%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17910411200.420.370.30353.633.0455.49
HexB3687002A251E1622137
Octal26315016005245365424167
Binary1011001111010001110000010101010010111110101100010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36870; }

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

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

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

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

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

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

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

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