#b9537c

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

Shades of Royal Heath #B9537C

Tints of Royal Heath #B9537C

Color information

#B9537C (or 0xB9537C) is unknown color: approx Royal Heath. HEX triplet: B9, 53 and 7C. RGB value is (185,83,124). Sum of RGB (Red+Green+Blue) = 185+83+124=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9537C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9537C is #46AC83. Grayscale: #767676. Windows color (decimal): -4631684 or 8147897. OLE color: 8147897.

HSL color Cylindrical-coordinate representation of color #B9537C: hue angle of 335.88º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9537C is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18583124-
CMYK00.550.330.27
HSL335.88º42.15%52.55%-
HSV(B)335.88º55.14%72.55%-
XYZ26.7417.9621.13-
YUV118.17131.29175.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 83 (32.81% from 255) = 21.17%
BLUE value IS 124 (48.83% from 255) = 31.63%
R=47.19%
G=21.17%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858312400.550.330.27335.8842.1552.55
HexB9537C037211B1502a35
Octal27112317406741335205265
Binary1011100110100111111100011011110000111011101010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9537c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9537c; }

 p { color: rgb(185,83,124); }

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

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

 a { background-color: rgb(185,83,124); }

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

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

 span { border-color: rgb(185,83,124); }

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