#B34476

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

Shades of Royal Heath #B34476

Tints of Royal Heath #B34476

Color information

#B34476 (or 0xB34476) is unknown color: approx Royal Heath. HEX triplet: B3, 44 and 76. RGB value is (179,68,118). Sum of RGB (Red+Green+Blue) = 179+68+118=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34476 is #4CBB89. Grayscale: #6A6A6A. Windows color (decimal): -5028746 or 7750835. OLE color: 7750835.

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

Color convert

RGB17968118-
CMYK00.620.340.30
HSL332.97º44.94%48.43%-
HSV(B)332.97º62.01%70.2%-
XYZ23.9315.0318.78-
YUV106.89134.27179.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 68 (26.95% from 255) = 18.63%
BLUE value IS 118 (46.48% from 255) = 32.33%
R=49.04%
G=18.63%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796811800.620.340.30332.9744.9448.43
HexB3447603E221E14d2d30
Octal26310416607642365155560
Binary1011001110001001110110011111010001011110101001101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34476; }

 p { color: rgb(179,68,118); }

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

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

 a { background-color: rgb(179,68,118); }

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

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

 span { border-color: rgb(179,68,118); }

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