#B9497D

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

Shades of Royal Heath #B9497D

Tints of Royal Heath #B9497D

Color information

#B9497D (or 0xB9497D) is unknown color: approx Royal Heath. HEX triplet: B9, 49 and 7D. RGB value is (185,73,125). Sum of RGB (Red+Green+Blue) = 185+73+125=383 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.30% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 185 - color contains mainly: red. Hex color #B9497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9497D is #46B682. Grayscale: #707070. Windows color (decimal): -4634243 or 8210873. OLE color: 8210873.

HSL color Cylindrical-coordinate representation of color #B9497D: hue angle of 332.14º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B9497D is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18573125-
CMYK00.610.320.27
HSL332.14º44.44%50.59%-
HSV(B)332.14º60.54%72.55%-
XYZ26.0916.5621.22-
YUV112.42135.11179.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.30%
GREEN value IS 73 (28.91% from 255) = 19.06%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=48.30%
G=19.06%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857312500.610.320.27332.1444.4450.59
HexB9497D03D201B14c2c33
Octal27111117507540335145463
Binary1011100110010011111101011110110000011011101001100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9497D; }

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

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

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

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

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

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

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

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