#B46970

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

Shades of Turkish Rose #B46970

Tints of Turkish Rose #B46970

Color information

#B46970 (or 0xB46970) is unknown color: approx Turkish Rose. HEX triplet: B4, 69 and 70. RGB value is (180,105,112). Sum of RGB (Red+Green+Blue) = 180+105+112=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46970 is #4B968F. Grayscale: #808080. Windows color (decimal): -4953744 or 7367092. OLE color: 7367092.

HSL color Cylindrical-coordinate representation of color #B46970: hue angle of 354.4º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46970 is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180105112-
CMYK00.420.380.29
HSL354.4º33.33%55.88%-
HSV(B)354.4º41.67%70.59%-
XYZ26.820.9817.97-
YUV128.22118.85164.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 112 (44.14% from 255) = 28.21%
R=45.34%
G=26.45%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010511200.420.380.29354.433.3355.88
HexB4697002A261D1622138
Octal26415116005246355424170
Binary1011010011010011110000010101010011011101101100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46970; }

 p { color: rgb(180,105,112); }

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

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

 a { background-color: rgb(180,105,112); }

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

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

 span { border-color: rgb(180,105,112); }

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