#B04973

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

Shades of Royal Heath #B04973

Tints of Royal Heath #B04973

Color information

#B04973 (or 0xB04973) is unknown color: approx Royal Heath. HEX triplet: B0, 49 and 73. RGB value is (176,73,115). Sum of RGB (Red+Green+Blue) = 176+73+115=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B04973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04973 is #4FB68C. Grayscale: #6C6C6C. Windows color (decimal): -5224077 or 7555504. OLE color: 7555504.

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

Color convert

RGB17673115-
CMYK00.590.350.31
HSL335.53º41.37%48.82%-
HSV(B)335.53º58.52%69.02%-
XYZ23.3815.2317.93-
YUV108.58131.62176.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.35%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=48.35%
G=20.05%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767311500.590.350.31335.5341.3748.82
HexB0497303B231F1502931
Octal26011116307343375205161
Binary1011000010010011110011011101110001111111101010000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04973; }

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

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

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

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

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

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

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

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