#B9547E

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

Shades of Royal Heath #B9547E

Tints of Royal Heath #B9547E

Color information

#B9547E (or 0xB9547E) is unknown color: approx Royal Heath. HEX triplet: B9, 54 and 7E. RGB value is (185,84,126). Sum of RGB (Red+Green+Blue) = 185+84+126=395 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.84% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 185 - color contains mainly: red. Hex color #B9547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9547E is #46AB81. Grayscale: #767676. Windows color (decimal): -4631426 or 8279225. OLE color: 8279225.

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

Color convert

RGB18584126-
CMYK00.550.320.27
HSL335.05º41.91%52.75%-
HSV(B)335.05º54.59%72.55%-
XYZ26.9418.1621.82-
YUV118.99131.96175.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.84%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=46.84%
G=21.27%
B=31.90%

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
Decimal1858412600.550.320.27335.0541.9152.75
HexB9547E037201B14f2a35
Octal27112417606740335175265
Binary1011100110101001111110011011110000011011101001111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9547E; }

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

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

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

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

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

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

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

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