#B46D70

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

Shades of Turkish Rose #B46D70

Tints of Turkish Rose #B46D70

Color information

#B46D70 (or 0xB46D70) is unknown color: approx Turkish Rose. HEX triplet: B4, 6D and 70. RGB value is (180,109,112). Sum of RGB (Red+Green+Blue) = 180+109+112=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 112 (44.14% from 255 or 27.93% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D70 is #4B928F. Grayscale: #828282. Windows color (decimal): -4952720 or 7368116. OLE color: 7368116.

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

Color convert

RGB180109112-
CMYK00.390.380.29
HSL357.46º32.13%56.67%-
HSV(B)357.46º39.44%70.59%-
XYZ27.2221.8118.1-
YUV130.57117.52163.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 112 (44.14% from 255) = 27.93%
R=44.89%
G=27.18%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010911200.390.380.29357.4632.1356.67
HexB46D70027261D1652039
Octal26415516004746355454071
Binary1011010011011011110000010011110011011101101100101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D70; }

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

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

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

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

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

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

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

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