#B04970

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

Shades of Royal Heath #B04970

Tints of Royal Heath #B04970

Color information

#B04970 (or 0xB04970) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 70. RGB value is (176,73,112). Sum of RGB (Red+Green+Blue) = 176+73+112=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04970 is #4FB68F. Grayscale: #6C6C6C. Windows color (decimal): -5224080 or 7358896. OLE color: 7358896.

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

Color convert

RGB17673112-
CMYK00.590.360.31
HSL337.28º41.37%48.82%-
HSV(B)337.28º58.52%69.02%-
XYZ23.2115.1717.03-
YUV108.24130.12176.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=48.75%
G=20.22%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767311200.590.360.31337.2841.3748.82
HexB0497003B241F1512931
Octal26011116007344375215161
Binary1011000010010011110000011101110010011111101010001101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04970; }

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

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

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

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

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

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

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

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