#B74732

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

Shades of Grenadier #B74732

Tints of Grenadier #B74732

Color information

#B74732 (or 0xB74732) is unknown color: approx Grenadier. HEX triplet: B7, 47 and 32. RGB value is (183,71,50). Sum of RGB (Red+Green+Blue) = 183+71+50=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 50 (19.92% from 255 or 16.45% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B74732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74732 is #48B8CD. Grayscale: #666666. Windows color (decimal): -4765902 or 3295159. OLE color: 3295159.

HSL color Cylindrical-coordinate representation of color #B74732: hue angle of 9.47º 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 #B74732 is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1837150-
CMYK00.610.730.28
HSL9.47º57.08%45.69%-
HSV(B)9.47º72.68%71.76%-
XYZ22.3614.84.7-
YUV102.0998.61185.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.20%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 50 (19.92% from 255) = 16.45%
R=60.20%
G=23.36%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183715000.610.730.289.4757.0845.69
HexB7473203D491C9392e
Octal2671076207511134117156
Binary10110111100011111001001111011001001111001001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74732; }

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

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

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

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

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

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

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

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