#B94E33

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

Shades of Grenadier #B94E33

Tints of Grenadier #B94E33

Color information

#B94E33 (or 0xB94E33) is unknown color: approx Grenadier. HEX triplet: B9, 4E and 33. RGB value is (185,78,51). Sum of RGB (Red+Green+Blue) = 185+78+51=314 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.92% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E33 is #46B1CC. Grayscale: #6B6B6B. Windows color (decimal): -4633037 or 3362489. OLE color: 3362489.

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

Color convert

RGB1857851-
CMYK00.580.720.27
HSL12.09º56.78%46.27%-
HSV(B)12.09º72.43%72.55%-
XYZ23.33164.99-
YUV106.9296.45183.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.92%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=58.92%
G=24.84%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185785100.580.720.2712.0956.7846.27
HexB94E3303A481Bc392e
Octal2711166307211033147156
Binary10111001100111011001101110101001000110111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E33; }

 p { color: rgb(185,78,51); }

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

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

 a { background-color: rgb(185,78,51); }

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

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

 span { border-color: rgb(185,78,51); }

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