#B34E39

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

Shades of Grenadier #B34E39

Tints of Grenadier #B34E39

Color information

#B34E39 (or 0xB34E39) is unknown color: approx Grenadier. HEX triplet: B3, 4E and 39. RGB value is (179,78,57). Sum of RGB (Red+Green+Blue) = 179+78+57=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B34E39 is #4CB1C6. Grayscale: #696969. Windows color (decimal): -5026247 or 3755699. OLE color: 3755699.

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

Color convert

RGB1797857-
CMYK00.560.680.30
HSL10.33º51.69%46.27%-
HSV(B)10.33º68.16%70.2%-
XYZ22.0515.335.67-
YUV105.8100.46180.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=57.01%
G=24.84%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179785700.560.680.3010.3351.6946.27
HexB34E39038441Ea342e
Octal2631167107010436126456
Binary10110011100111011100101110001000100111101010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E39; }

 p { color: rgb(179,78,57); }

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

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

 a { background-color: rgb(179,78,57); }

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

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

 span { border-color: rgb(179,78,57); }

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