#B85475

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

Shades of Royal Heath #B85475

Tints of Royal Heath #B85475

Color information

#B85475 (or 0xB85475) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 75. RGB value is (184,84,117). Sum of RGB (Red+Green+Blue) = 184+84+117=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85475 is #47AB8A. Grayscale: #757575. Windows color (decimal): -4696971 or 7689400. OLE color: 7689400.

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

Color convert

RGB18484117-
CMYK00.540.360.28
HSL340.2º41.32%52.55%-
HSV(B)340.2º54.35%72.16%-
XYZ26.1517.8218.89-
YUV117.66127.63175.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=47.79%
G=21.82%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848411700.540.360.28340.241.3252.55
HexB85475036241C1542935
Octal27012416506644345245165
Binary1011100010101001110101011011010010011100101010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85475; }

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

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

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

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

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

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

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

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