#B8527F

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

Shades of Royal Heath #B8527F

Tints of Royal Heath #B8527F

Color information

#B8527F (or 0xB8527F) is unknown color: approx Royal Heath. HEX triplet: B8, 52 and 7F. RGB value is (184,82,127). Sum of RGB (Red+Green+Blue) = 184+82+127=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8527F is #47AD80. Grayscale: #757575. Windows color (decimal): -4697473 or 8344248. OLE color: 8344248.

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

Color convert

RGB18482127-
CMYK00.550.310.28
HSL333.53º41.8%52.16%-
HSV(B)333.53º55.43%72.16%-
XYZ26.6217.7622.1-
YUV117.63133.29175.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.82%
GREEN value IS 82 (32.42% from 255) = 20.87%
BLUE value IS 127 (50% from 255) = 32.32%
R=46.82%
G=20.87%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848212700.550.310.28333.5341.852.16
HexB8527F0371F1C14e2a34
Octal27012217706737345165264
Binary101110001010010111111101101111111111100101001110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8527F; }

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

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

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

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

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

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

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

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