#B04176

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

Shades of Royal Heath #B04176

Tints of Royal Heath #B04176

Color information

#B04176 (or 0xB04176) is unknown color: approx Royal Heath. HEX triplet: B0, 41 and 76. RGB value is (176,65,118). Sum of RGB (Red+Green+Blue) = 176+65+118=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B04176 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04176 is #4FBE89. Grayscale: #686868. Windows color (decimal): -5226122 or 7750064. OLE color: 7750064.

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

Color convert

RGB17665118-
CMYK00.630.330.31
HSL331.35º46.06%47.25%-
HSV(B)331.35º63.07%69.02%-
XYZ23.0614.3218.69-
YUV104.23135.77179.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 65 (25.78% from 255) = 18.11%
BLUE value IS 118 (46.48% from 255) = 32.87%
R=49.03%
G=18.11%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766511800.630.330.31331.3546.0647.25
HexB0417603F211F14b2e2f
Octal26010116607741375135657
Binary1011000010000011110110011111110000111111101001011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04176; }

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

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

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

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

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

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

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

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