#b85271

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

Shades of Royal Heath #B85271

Tints of Royal Heath #B85271

Color information

#B85271 (or 0xB85271) is unknown color: approx Royal Heath. HEX triplet: B8, 52 and 71. RGB value is (184,82,113). Sum of RGB (Red+Green+Blue) = 184+82+113=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 82 (32.42% from 255 or 21.64% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 184 - color contains mainly: red. Hex color #B85271 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85271 is #47AD8E. Grayscale: #747474. Windows color (decimal): -4697487 or 7426744. OLE color: 7426744.

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

Color convert

RGB18482113-
CMYK00.550.390.28
HSL341.76º41.8%52.16%-
HSV(B)341.76º55.43%72.16%-
XYZ25.7717.4217.63-
YUV116.03126.29176.48-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.55%
GREEN value IS 82 (32.42% from 255) = 21.64%
BLUE value IS 113 (44.53% from 255) = 29.82%
R=48.55%
G=21.64%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848211300.550.390.28341.7641.852.16
HexB85271037271C1562a34
Octal27012216106747345265264
Binary1011100010100101110001011011110011111100101010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85271; }

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

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

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

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

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

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

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

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