#B0496E

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

Shades of Royal Heath #B0496E

Tints of Royal Heath #B0496E

Color information

#B0496E (or 0xB0496E) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 6E. RGB value is (176,73,110). Sum of RGB (Red+Green+Blue) = 176+73+110=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B0496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0496E is #4FB691. Grayscale: #6B6B6B. Windows color (decimal): -5224082 or 7227824. OLE color: 7227824.

HSL color Cylindrical-coordinate representation of color #B0496E: hue angle of 338.45º 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 #B0496E is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17673110-
CMYK00.590.370.31
HSL338.45º41.37%48.82%-
HSV(B)338.45º58.52%69.02%-
XYZ23.115.1216.45-
YUV108.02129.12176.49-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=49.03%
G=20.33%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767311000.590.370.31338.4541.3748.82
HexB0496E03B251F1522931
Octal26011115607345375225161
Binary1011000010010011101110011101110010111111101010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0496E; }

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

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

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

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

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

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

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

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