#B85680

Color #B85680 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #B85680

Tints of Royal Heath #B85680

Color information

#B85680 (or 0xB85680) is unknown color: approx Royal Heath. HEX triplet: B8, 56 and 80. RGB value is (184,86,128). Sum of RGB (Red+Green+Blue) = 184+86+128=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B85680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85680 is #47A97F. Grayscale: #787878. Windows color (decimal): -4696448 or 8410808. OLE color: 8410808.

HSL color Cylindrical-coordinate representation of color #B85680: hue angle of 334.29º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B85680 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB18486128-
CMYK00.530.300.28
HSL334.29º40.83%52.94%-
HSV(B)334.29º53.26%72.16%-
XYZ26.9918.422.55-
YUV120.09132.47173.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.23%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 128 (50.39% from 255) = 32.16%
R=46.23%
G=21.61%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848612800.530.300.28334.2940.8352.94
HexB856800351E1C14e2935
Octal27012620006536345165165
Binary1011100010101101000000001101011111011100101001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85680; }

 p { color: rgb(184,86,128); }

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

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

 a { background-color: rgb(184,86,128); }

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

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

 span { border-color: rgb(184,86,128); }

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