#B74E32

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

Shades of Grenadier #B74E32

Tints of Grenadier #B74E32

Color information

#B74E32 (or 0xB74E32) is unknown color: approx Grenadier. HEX triplet: B7, 4E and 32. RGB value is (183,78,50). Sum of RGB (Red+Green+Blue) = 183+78+50=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B74E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B74E32 is #48B1CD. Grayscale: #6A6A6A. Windows color (decimal): -4764110 or 3296951. OLE color: 3296951.

HSL color Cylindrical-coordinate representation of color #B74E32: hue angle of 12.63º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B74E32 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1837850-
CMYK00.570.730.28
HSL12.63º57.08%45.69%-
HSV(B)12.63º72.68%71.76%-
XYZ22.8315.754.85-
YUV106.296.29182.78-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.84%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 50 (19.92% from 255) = 16.08%
R=58.84%
G=25.08%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183785000.570.730.2812.6357.0845.69
HexB74E32039491Cd392e
Octal2671166207111134157156
Binary10110111100111011001001110011001001111001101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74E32; }

 p { color: rgb(183,78,50); }

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

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

 a { background-color: rgb(183,78,50); }

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

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

 span { border-color: rgb(183,78,50); }

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