#B34771

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

Shades of Royal Heath #B34771

Tints of Royal Heath #B34771

Color information

#B34771 (or 0xB34771) is unknown color: approx Royal Heath. HEX triplet: B3, 47 and 71. RGB value is (179,71,113). Sum of RGB (Red+Green+Blue) = 179+71+113=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B34771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34771 is #4CB88E. Grayscale: #6C6C6C. Windows color (decimal): -5027983 or 7423923. OLE color: 7423923.

HSL color Cylindrical-coordinate representation of color #B34771: hue angle of 336.67º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34771 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17971113-
CMYK00.600.370.30
HSL336.67º43.2%49.02%-
HSV(B)336.67º60.34%70.2%-
XYZ23.8215.2817.32-
YUV108.08130.78178.58-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.31%
GREEN value IS 71 (28.12% from 255) = 19.56%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=49.31%
G=19.56%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797111300.600.370.30336.6743.249.02
HexB3477103C251E1512b31
Octal26310716107445365215361
Binary1011001110001111110001011110010010111110101010001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34771; }

 p { color: rgb(179,71,113); }

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

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

 a { background-color: rgb(179,71,113); }

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

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

 span { border-color: rgb(179,71,113); }

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