#B7497C

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

Shades of Royal Heath #B7497C

Tints of Royal Heath #B7497C

Color information

#B7497C (or 0xB7497C) is unknown color: approx Royal Heath. HEX triplet: B7, 49 and 7C. RGB value is (183,73,124). Sum of RGB (Red+Green+Blue) = 183+73+124=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497C is #48B683. Grayscale: #6F6F6F. Windows color (decimal): -4765316 or 8145335. OLE color: 8145335.

HSL color Cylindrical-coordinate representation of color #B7497C: hue angle of 332.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7497C is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18373124-
CMYK00.600.320.28
HSL332.18º43.31%50.2%-
HSV(B)332.18º60.11%71.76%-
XYZ25.5516.2920.87-
YUV111.7134.94178.85-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=48.16%
G=19.21%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837312400.600.320.28332.1843.3150.2
HexB7497C03C201C14c2b32
Octal26711117407440345145362
Binary1011011110010011111100011110010000011100101001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7497C; }

 p { color: rgb(183,73,124); }

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

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

 a { background-color: rgb(183,73,124); }

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

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

 span { border-color: rgb(183,73,124); }

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