#B9547B

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

Shades of Royal Heath #B9547B

Tints of Royal Heath #B9547B

Color information

#B9547B (or 0xB9547B) is unknown color: approx Royal Heath. HEX triplet: B9, 54 and 7B. RGB value is (185,84,123). Sum of RGB (Red+Green+Blue) = 185+84+123=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547B is #46AB84. Grayscale: #767676. Windows color (decimal): -4631429 or 8082617. OLE color: 8082617.

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

Color convert

RGB18584123-
CMYK00.550.340.27
HSL336.83º41.91%52.75%-
HSV(B)336.83º54.59%72.55%-
XYZ26.7518.0820.82-
YUV118.64130.46175.33-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 84 (33.20% from 255) = 21.43%
BLUE value IS 123 (48.44% from 255) = 31.38%
R=47.19%
G=21.43%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858412300.550.340.27336.8341.9152.75
HexB9547B037221B1512a35
Octal27112417306742335215265
Binary1011100110101001111011011011110001011011101010001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9547B; }

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

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

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

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

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

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

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

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