#B46A72

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

Shades of Turkish Rose #B46A72

Tints of Turkish Rose #B46A72

Color information

#B46A72 (or 0xB46A72) is unknown color: approx Turkish Rose. HEX triplet: B4, 6A and 72. RGB value is (180,106,114). Sum of RGB (Red+Green+Blue) = 180+106+114=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 114 (44.92% from 255 or 28.5% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B46A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46A72 is #4B958D. Grayscale: #818181. Windows color (decimal): -4953486 or 7498420. OLE color: 7498420.

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

Color convert

RGB180106114-
CMYK00.410.370.29
HSL353.51º33.04%56.08%-
HSV(B)353.51º41.11%70.59%-
XYZ27.0121.2318.59-
YUV129.04119.52164.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 106 (41.80% from 255) = 26.5%
BLUE value IS 114 (44.92% from 255) = 28.5%
R=45%
G=26.5%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010611400.410.370.29353.5133.0456.08
HexB46A72029251D1622138
Octal26415216205145355424170
Binary1011010011010101110010010100110010111101101100010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46A72; }

 p { color: rgb(180,106,114); }

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

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

 a { background-color: rgb(180,106,114); }

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

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

 span { border-color: rgb(180,106,114); }

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