#B8527B

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

Shades of Royal Heath #B8527B

Tints of Royal Heath #B8527B

Color information

#B8527B (or 0xB8527B) is unknown color: approx Royal Heath. HEX triplet: B8, 52 and 7B. RGB value is (184,82,123). Sum of RGB (Red+Green+Blue) = 184+82+123=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B8527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8527B is #47AD84. Grayscale: #757575. Windows color (decimal): -4697477 or 8082104. OLE color: 8082104.

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

Color convert

RGB18482123-
CMYK00.550.330.28
HSL335.88º41.8%52.16%-
HSV(B)335.88º55.43%72.16%-
XYZ26.3617.6520.76-
YUV117.17131.29175.67-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 82 (32.42% from 255) = 21.08%
BLUE value IS 123 (48.44% from 255) = 31.62%
R=47.30%
G=21.08%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848212300.550.330.28335.8841.852.16
HexB8527B037211C1502a34
Octal27012217306741345205264
Binary1011100010100101111011011011110000111100101010000101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8527B; }

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

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

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

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

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

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

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

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