#B46F73

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

Shades of Turkish Rose #B46F73

Tints of Turkish Rose #B46F73

Color information

#B46F73 (or 0xB46F73) is unknown color: approx Turkish Rose. HEX triplet: B4, 6F and 73. RGB value is (180,111,115). Sum of RGB (Red+Green+Blue) = 180+111+115=406 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.33% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F73 is #4B908C. Grayscale: #848484. Windows color (decimal): -4952205 or 7565236. OLE color: 7565236.

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

Color convert

RGB180111115-
CMYK00.380.360.29
HSL356.52º31.51%57.06%-
HSV(B)356.52º38.33%70.59%-
XYZ27.622.3119.07-
YUV132.09118.36162.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.33%
GREEN value IS 111 (43.75% from 255) = 27.34%
BLUE value IS 115 (45.31% from 255) = 28.33%
R=44.33%
G=27.34%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011111500.380.360.29356.5231.5157.06
HexB46F73026241D1652039
Octal26415716304644355454071
Binary1011010011011111110011010011010010011101101100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F73; }

 p { color: rgb(180,111,115); }

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

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

 a { background-color: rgb(180,111,115); }

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

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

 span { border-color: rgb(180,111,115); }

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