#B0496D

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

Shades of Royal Heath #B0496D

Tints of Royal Heath #B0496D

Color information

#B0496D (or 0xB0496D) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 6D. RGB value is (176,73,109). Sum of RGB (Red+Green+Blue) = 176+73+109=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B0496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0496D is #4FB692. Grayscale: #6B6B6B. Windows color (decimal): -5224083 or 7162288. OLE color: 7162288.

HSL color Cylindrical-coordinate representation of color #B0496D: hue angle of 339.03º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0496D is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB17673109-
CMYK00.590.380.31
HSL339.03º41.37%48.82%-
HSV(B)339.03º58.52%69.02%-
XYZ23.0515.116.17-
YUV107.9128.62176.57-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.16%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=49.16%
G=20.39%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767310900.590.380.31339.0341.3748.82
HexB0496D03B261F1532931
Octal26011115507346375235161
Binary1011000010010011101101011101110011011111101010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0496D; }

 p { color: rgb(176,73,109); }

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

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

 a { background-color: rgb(176,73,109); }

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

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

 span { border-color: rgb(176,73,109); }

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