#B46D74

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

Shades of Turkish Rose #B46D74

Tints of Turkish Rose #B46D74

Color information

#B46D74 (or 0xB46D74) is unknown color: approx Turkish Rose. HEX triplet: B4, 6D and 74. RGB value is (180,109,116). Sum of RGB (Red+Green+Blue) = 180+109+116=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D74 is #4B928B. Grayscale: #838383. Windows color (decimal): -4952716 or 7630260. OLE color: 7630260.

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

Color convert

RGB180109116-
CMYK00.390.360.29
HSL354.08º32.13%56.67%-
HSV(B)354.08º39.44%70.59%-
XYZ27.4421.919.3-
YUV131.03119.52162.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.44%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=44.44%
G=26.91%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010911600.390.360.29354.0832.1356.67
HexB46D74027241D1622039
Octal26415516404744355424071
Binary1011010011011011110100010011110010011101101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D74; }

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

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

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

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

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

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

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

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