#b85276

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

Shades of Royal Heath #B85276

Tints of Royal Heath #B85276

Color information

#B85276 (or 0xB85276) is unknown color: approx Royal Heath. HEX triplet: B8, 52 and 76. RGB value is (184,82,118). Sum of RGB (Red+Green+Blue) = 184+82+118=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 184 - color contains mainly: red. Hex color #B85276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85276 is #47AD89. Grayscale: #747474. Windows color (decimal): -4697482 or 7754424. OLE color: 7754424.

HSL color Cylindrical-coordinate representation of color #B85276: hue angle of 338.82º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B85276 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB18482118-
CMYK00.550.360.28
HSL338.82º41.8%52.16%-
HSV(B)338.82º55.43%72.16%-
XYZ26.0517.5319.15-
YUV116.6128.79176.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.92%
GREEN value IS 82 (32.42% from 255) = 21.35%
BLUE value IS 118 (46.48% from 255) = 30.73%
R=47.92%
G=21.35%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848211800.550.360.28338.8241.852.16
HexB85276037241C1532a34
Octal27012216606744345235264
Binary1011100010100101110110011011110010011100101010011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85276; }

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

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

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

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

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

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

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

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