#B03B72

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

Shades of Royal Heath #B03B72

Tints of Royal Heath #B03B72

Color information

#B03B72 (or 0xB03B72) is unknown color: approx Royal Heath. HEX triplet: B0, 3B and 72. RGB value is (176,59,114). Sum of RGB (Red+Green+Blue) = 176+59+114=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 59 (23.44% from 255 or 16.91% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B72 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B72 is #4FC48D. Grayscale: #646464. Windows color (decimal): -5227662 or 7486384. OLE color: 7486384.

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

Color convert

RGB17659114-
CMYK00.660.350.31
HSL331.79º49.79%46.08%-
HSV(B)331.79º66.48%69.02%-
XYZ22.5113.5717.35-
YUV100.25135.76182.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.43%
GREEN value IS 59 (23.44% from 255) = 16.91%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=50.43%
G=16.91%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765911400.660.350.31331.7949.7946.08
HexB03B72042231F14c322e
Octal26073162010243375146256
Binary1011000011101111100100100001010001111111101001100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B72; }

 p { color: rgb(176,59,114); }

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

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

 a { background-color: rgb(176,59,114); }

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

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

 span { border-color: rgb(176,59,114); }

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