#B34276

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

Shades of Royal Heath #B34276

Tints of Royal Heath #B34276

Color information

#B34276 (or 0xB34276) is unknown color: approx Royal Heath. HEX triplet: B3, 42 and 76. RGB value is (179,66,118). Sum of RGB (Red+Green+Blue) = 179+66+118=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34276 is #4CBD89. Grayscale: #696969. Windows color (decimal): -5029258 or 7750323. OLE color: 7750323.

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

Color convert

RGB17966118-
CMYK00.630.340.30
HSL332.39º46.12%48.04%-
HSV(B)332.39º63.13%70.2%-
XYZ23.8114.7918.74-
YUV105.72134.94180.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 66 (26.17% from 255) = 18.18%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=49.31%
G=18.18%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796611800.630.340.30332.3946.1248.04
HexB3427603F221E14c2e30
Octal26310216607742365145660
Binary1011001110000101110110011111110001011110101001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34276; }

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

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

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

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

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

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

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

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