#B94632

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

Shades of Grenadier #B94632

Tints of Grenadier #B94632

Color information

#B94632 (or 0xB94632) is unknown color: approx Grenadier. HEX triplet: B9, 46 and 32. RGB value is (185,70,50). Sum of RGB (Red+Green+Blue) = 185+70+50=305 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.66% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 185 - color contains mainly: red. Hex color #B94632 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94632 is #46B9CD. Grayscale: #666666. Windows color (decimal): -4635086 or 3294905. OLE color: 3294905.

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

Color convert

RGB1857050-
CMYK00.620.730.27
HSL8.89º57.45%46.08%-
HSV(B)8.89º72.97%72.55%-
XYZ22.7714.924.7-
YUV102.198.6187.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.66%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=60.66%
G=22.95%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185705000.620.730.278.8957.4546.08
HexB9463203E491B9392e
Octal2711066207611133117156
Binary10111001100011011001001111101001001110111001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94632; }

 p { color: rgb(185,70,50); }

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

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

 a { background-color: rgb(185,70,50); }

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

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

 span { border-color: rgb(185,70,50); }

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