#B04376

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

Shades of Royal Heath #B04376

Tints of Royal Heath #B04376

Color information

#B04376 (or 0xB04376) is unknown color: approx Royal Heath. HEX triplet: B0, 43 and 76. RGB value is (176,67,118). Sum of RGB (Red+Green+Blue) = 176+67+118=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B04376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04376 is #4FBC89. Grayscale: #696969. Windows color (decimal): -5225610 or 7750576. OLE color: 7750576.

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

Color convert

RGB17667118-
CMYK00.620.330.31
HSL331.93º44.86%47.65%-
HSV(B)331.93º61.93%69.02%-
XYZ23.1814.5518.73-
YUV105.4135.11178.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=48.75%
G=18.56%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766711800.620.330.31331.9344.8647.65
HexB0437603E211F14c2d30
Octal26010316607641375145560
Binary1011000010000111110110011111010000111111101001100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04376; }

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

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

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

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

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

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

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

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