#B46F70

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

Shades of Turkish Rose #B46F70

Tints of Turkish Rose #B46F70

Color information

#B46F70 (or 0xB46F70) is unknown color: approx Turkish Rose. HEX triplet: B4, 6F and 70. RGB value is (180,111,112). Sum of RGB (Red+Green+Blue) = 180+111+112=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 112 (44.14% from 255 or 27.79% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F70 is #4B908F. Grayscale: #838383. Windows color (decimal): -4952208 or 7368628. OLE color: 7368628.

HSL color Cylindrical-coordinate representation of color #B46F70: hue angle of 359.13º 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 #B46F70 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB180111112-
CMYK00.380.380.29
HSL359.13º31.51%57.06%-
HSV(B)359.13º38.33%70.59%-
XYZ27.4322.2418.18-
YUV131.74116.86162.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 112 (44.14% from 255) = 27.79%
R=44.67%
G=27.54%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011111200.380.380.29359.1331.5157.06
HexB46F70026261D1672039
Octal26415716004646355474071
Binary1011010011011111110000010011010011011101101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F70; }

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

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

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

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

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

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

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

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