#B9547D

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

Shades of Royal Heath #B9547D

Tints of Royal Heath #B9547D

Color information

#B9547D (or 0xB9547D) is unknown color: approx Royal Heath. HEX triplet: B9, 54 and 7D. RGB value is (185,84,125). Sum of RGB (Red+Green+Blue) = 185+84+125=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547D is #46AB82. Grayscale: #767676. Windows color (decimal): -4631427 or 8213689. OLE color: 8213689.

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

Color convert

RGB18584125-
CMYK00.550.320.27
HSL335.64º41.91%52.75%-
HSV(B)335.64º54.59%72.55%-
XYZ26.8818.1421.49-
YUV118.87131.46175.17-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 84 (33.20% from 255) = 21.32%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=46.95%
G=21.32%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858412500.550.320.27335.6441.9152.75
HexB9547D037201B1502a35
Octal27112417506740335205265
Binary1011100110101001111101011011110000011011101010000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9547D; }

 p { color: rgb(185,84,125); }

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

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

 a { background-color: rgb(185,84,125); }

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

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

 span { border-color: rgb(185,84,125); }

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