#B04D76

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

Shades of Royal Heath #B04D76

Tints of Royal Heath #B04D76

Color information

#B04D76 (or 0xB04D76) is unknown color: approx Royal Heath. HEX triplet: B0, 4D and 76. RGB value is (176,77,118). Sum of RGB (Red+Green+Blue) = 176+77+118=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D76 is #4FB289. Grayscale: #6F6F6F. Windows color (decimal): -5223050 or 7753136. OLE color: 7753136.

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

Color convert

RGB17677118-
CMYK00.560.330.31
HSL335.15º39.13%49.61%-
HSV(B)335.15º56.25%69.02%-
XYZ23.8315.8518.94-
YUV111.28131.8174.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 77 (30.47% from 255) = 20.75%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=47.44%
G=20.75%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1767711800.560.330.31335.1539.1349.61
HexB04D76038211F14f2732
Octal26011516607041375174762
Binary1011000010011011110110011100010000111111101001111100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04D76; }

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

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

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

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

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

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

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

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