#B85472

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

Shades of Royal Heath #B85472

Tints of Royal Heath #B85472

Color information

#B85472 (or 0xB85472) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 72. RGB value is (184,84,114). Sum of RGB (Red+Green+Blue) = 184+84+114=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85472 is #47AB8D. Grayscale: #757575. Windows color (decimal): -4696974 or 7492792. OLE color: 7492792.

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

Color convert

RGB18484114-
CMYK00.540.380.28
HSL342º41.32%52.55%-
HSV(B)342º54.35%72.16%-
XYZ25.9717.7517.98-
YUV117.32126.13175.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=48.17%
G=21.99%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848411400.540.380.2834241.3252.55
HexB85472036261C1562935
Octal27012416206646345265165
Binary1011100010101001110010011011010011011100101010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85472; }

 p { color: rgb(184,84,114); }

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

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

 a { background-color: rgb(184,84,114); }

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

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

 span { border-color: rgb(184,84,114); }

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