#B03E74

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

Shades of Royal Heath #B03E74

Tints of Royal Heath #B03E74

Color information

#B03E74 (or 0xB03E74) is unknown color: approx Royal Heath. HEX triplet: B0, 3E and 74. RGB value is (176,62,116). Sum of RGB (Red+Green+Blue) = 176+62+116=354 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.72% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E74 is #4FC18B. Grayscale: #666666. Windows color (decimal): -5226892 or 7618224. OLE color: 7618224.

HSL color Cylindrical-coordinate representation of color #B03E74: hue angle of 331.58º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03E74 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB17662116-
CMYK00.650.340.31
HSL331.58º47.9%46.67%-
HSV(B)331.58º64.77%69.02%-
XYZ22.7813.9418.01-
YUV102.24135.77180.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.72%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=49.72%
G=17.51%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766211600.650.340.31331.5847.946.67
HexB03E74041221F14c302f
Octal26076164010142375146057
Binary1011000011111011101000100000110001011111101001100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E74; }

 p { color: rgb(176,62,116); }

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

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

 a { background-color: rgb(176,62,116); }

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

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

 span { border-color: rgb(176,62,116); }

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