#B46D78

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

Shades of Turkish Rose #B46D78

Tints of Turkish Rose #B46D78

Color information

#B46D78 (or 0xB46D78) is unknown color: approx Turkish Rose. HEX triplet: B4, 6D and 78. RGB value is (180,109,120). Sum of RGB (Red+Green+Blue) = 180+109+120=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D78 is #4B9287. Grayscale: #838383. Windows color (decimal): -4952712 or 7892404. OLE color: 7892404.

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

Color convert

RGB180109120-
CMYK00.390.330.29
HSL350.7º32.13%56.67%-
HSV(B)350.7º39.44%70.59%-
XYZ27.682220.56-
YUV131.48121.52162.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.01%
GREEN value IS 109 (42.97% from 255) = 26.65%
BLUE value IS 120 (47.27% from 255) = 29.34%
R=44.01%
G=26.65%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010912000.390.330.29350.732.1356.67
HexB46D78027211D15f2039
Octal26415517004741355374071
Binary1011010011011011111000010011110000111101101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D78; }

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

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

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

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

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

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

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

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