#B03973

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

Shades of Royal Heath #B03973

Tints of Royal Heath #B03973

Color information

#B03973 (or 0xB03973) is unknown color: approx Royal Heath. HEX triplet: B0, 39 and 73. RGB value is (176,57,115). Sum of RGB (Red+Green+Blue) = 176+57+115=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B03973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03973 is #4FC68C. Grayscale: #636363. Windows color (decimal): -5228173 or 7551408. OLE color: 7551408.

HSL color Cylindrical-coordinate representation of color #B03973: hue angle of 330.76º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03973 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB17657115-
CMYK00.680.350.31
HSL330.76º51.07%45.69%-
HSV(B)330.76º67.61%69.02%-
XYZ22.4613.3917.62-
YUV99.19136.92182.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 115 (45.31% from 255) = 33.05%
R=50.57%
G=16.38%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765711500.680.350.31330.7651.0745.69
HexB03973044231F14b332e
Octal26071163010443375136356
Binary1011000011100111100110100010010001111111101001011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03973; }

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

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

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

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

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

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

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

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