#B94D33

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

Shades of Grenadier #B94D33

Tints of Grenadier #B94D33

Color information

#B94D33 (or 0xB94D33) is unknown color: approx Grenadier. HEX triplet: B9, 4D and 33. RGB value is (185,77,51). Sum of RGB (Red+Green+Blue) = 185+77+51=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 51 (20.31% from 255 or 16.29% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D33 is #46B2CC. Grayscale: #6A6A6A. Windows color (decimal): -4633293 or 3362233. OLE color: 3362233.

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

Color convert

RGB1857751-
CMYK00.580.720.27
HSL11.64º56.78%46.27%-
HSV(B)11.64º72.43%72.55%-
XYZ23.2615.864.97-
YUV106.3396.78184.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 77 (30.47% from 255) = 24.60%
BLUE value IS 51 (20.31% from 255) = 16.29%
R=59.11%
G=24.60%
B=16.29%

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
Decimal185775100.580.720.2711.6456.7846.27
HexB94D3303A481Bc392e
Octal2711156307211033147156
Binary10111001100110111001101110101001000110111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D33; }

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

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

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

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

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

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

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

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