#B0496F

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

Shades of Royal Heath #B0496F

Tints of Royal Heath #B0496F

Color information

#B0496F (or 0xB0496F) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 6F. RGB value is (176,73,111). Sum of RGB (Red+Green+Blue) = 176+73+111=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B0496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0496F is #4FB690. Grayscale: #6C6C6C. Windows color (decimal): -5224081 or 7293360. OLE color: 7293360.

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

Color convert

RGB17673111-
CMYK00.590.370.31
HSL337.86º41.37%48.82%-
HSV(B)337.86º58.52%69.02%-
XYZ23.1615.1416.74-
YUV108.13129.62176.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=48.89%
G=20.28%
B=30.83%

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
Decimal1767311100.590.370.31337.8641.3748.82
HexB0496F03B251F1522931
Octal26011115707345375225161
Binary1011000010010011101111011101110010111111101010010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0496F; }

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

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

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

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

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

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

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

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