#B94A33

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

Shades of Grenadier #B94A33

Tints of Grenadier #B94A33

Color information

#B94A33 (or 0xB94A33) is unknown color: approx Grenadier. HEX triplet: B9, 4A and 33. RGB value is (185,74,51). Sum of RGB (Red+Green+Blue) = 185+74+51=310 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.68% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94A33 is #46B5CC. Grayscale: #686868. Windows color (decimal): -4634061 or 3361465. OLE color: 3361465.

HSL color Cylindrical-coordinate representation of color #B94A33: hue angle of 10.3º 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 #B94A33 is Cyan = 0, Magento = 0.6, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB1857451-
CMYK00.60.720.27
HSL10.3º56.78%46.27%-
HSV(B)10.3º72.43%72.55%-
XYZ23.0515.454.9-
YUV104.5797.77185.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.68%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=59.68%
G=23.87%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185745100.60.720.2710.356.7846.27
HexB94A3303C481Ba392e
Octal2711126307411033127156
Binary10111001100101011001101111001001000110111010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A33; }

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

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

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

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

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

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

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

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