#B46877

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

Shades of Turkish Rose #B46877

Tints of Turkish Rose #B46877

Color information

#B46877 (or 0xB46877) is unknown color: approx Turkish Rose. HEX triplet: B4, 68 and 77. RGB value is (180,104,119). Sum of RGB (Red+Green+Blue) = 180+104+119=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 180 - color contains mainly: red. Hex color #B46877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46877 is #4B9788. Grayscale: #808080. Windows color (decimal): -4953993 or 7825588. OLE color: 7825588.

HSL color Cylindrical-coordinate representation of color #B46877: hue angle of 348.16º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B46877 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180104119-
CMYK00.420.340.29
HSL348.16º33.63%55.69%-
HSV(B)348.16º42.22%70.59%-
XYZ27.120.9420.07-
YUV128.43122.68164.78-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 104 (41.02% from 255) = 25.81%
BLUE value IS 119 (46.88% from 255) = 29.53%
R=44.67%
G=25.81%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010411900.420.340.29348.1633.6355.69
HexB4687702A221D15c2238
Octal26415016705242355344270
Binary1011010011010001110111010101010001011101101011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46877; }

 p { color: rgb(180,104,119); }

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

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

 a { background-color: rgb(180,104,119); }

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

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

 span { border-color: rgb(180,104,119); }

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