#B03A76

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

Shades of Royal Heath #B03A76

Tints of Royal Heath #B03A76

Color information

#B03A76 (or 0xB03A76) is unknown color: approx Royal Heath. HEX triplet: B0, 3A and 76. RGB value is (176,58,118). Sum of RGB (Red+Green+Blue) = 176+58+118=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 58 (23.05% from 255 or 16.48% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B03A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03A76 is #4FC589. Grayscale: #646464. Windows color (decimal): -5227914 or 7748272. OLE color: 7748272.

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

Color convert

RGB17658118-
CMYK00.670.330.31
HSL329.49º50.43%45.88%-
HSV(B)329.49º67.05%69.02%-
XYZ22.6913.5618.56-
YUV100.12138.09182.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 58 (23.05% from 255) = 16.48%
BLUE value IS 118 (46.48% from 255) = 33.52%
R=50%
G=16.48%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765811800.670.330.31329.4950.4345.88
HexB03A76043211F149322e
Octal26072166010341375116256
Binary1011000011101011101100100001110000111111101001001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03A76; }

 p { color: rgb(176,58,118); }

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

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

 a { background-color: rgb(176,58,118); }

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

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

 span { border-color: rgb(176,58,118); }

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