#B85676

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

Shades of Royal Heath #B85676

Tints of Royal Heath #B85676

Color information

#B85676 (or 0xB85676) is unknown color: approx Royal Heath. HEX triplet: B8, 56 and 76. RGB value is (184,86,118). Sum of RGB (Red+Green+Blue) = 184+86+118=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B85676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85676 is #47A989. Grayscale: #767676. Windows color (decimal): -4696458 or 7755448. OLE color: 7755448.

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

Color convert

RGB18486118-
CMYK00.530.360.28
HSL340.41º40.83%52.94%-
HSV(B)340.41º53.26%72.16%-
XYZ26.3618.1519.25-
YUV118.95127.47174.4-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.42%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 118 (46.48% from 255) = 30.41%
R=47.42%
G=22.16%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848611800.530.360.28340.4140.8352.94
HexB85676035241C1542935
Octal27012616606544345245165
Binary1011100010101101110110011010110010011100101010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85676; }

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

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

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

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

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

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

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

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