#B9537F

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

Shades of Royal Heath #B9537F

Tints of Royal Heath #B9537F

Color information

#B9537F (or 0xB9537F) is unknown color: approx Royal Heath. HEX triplet: B9, 53 and 7F. RGB value is (185,83,127). Sum of RGB (Red+Green+Blue) = 185+83+127=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9537F is #46AC80. Grayscale: #767676. Windows color (decimal): -4631681 or 8344505. OLE color: 8344505.

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

Color convert

RGB18583127-
CMYK00.550.310.27
HSL334.12º42.15%52.55%-
HSV(B)334.12º55.14%72.55%-
XYZ26.9318.0322.14-
YUV118.51132.79175.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 127 (50% from 255) = 32.15%
R=46.84%
G=21.01%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858312700.550.310.27334.1242.1552.55
HexB9537F0371F1B14e2a35
Octal27112317706737335165265
Binary101110011010011111111101101111111111011101001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9537F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9537F; }

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

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

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

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

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

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

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

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