#b94f2f

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

Shades of Grenadier #B94F2F

Tints of Grenadier #B94F2F

Color information

#B94F2F (or 0xB94F2F) is unknown color: approx Grenadier. HEX triplet: B9, 4F and 2F. RGB value is (185,79,47). Sum of RGB (Red+Green+Blue) = 185+79+47=311 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.49% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F2F is #46B0D0. Grayscale: #6B6B6B. Windows color (decimal): -4632785 or 3100601. OLE color: 3100601.

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

Color convert

RGB1857947-
CMYK00.570.750.27
HSL13.91º59.48%45.49%-
HSV(B)13.91º74.59%72.55%-
XYZ23.3216.114.57-
YUV107.0594.12183.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.49%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 47 (18.75% from 255) = 15.11%
R=59.49%
G=25.40%
B=15.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185794700.570.750.2713.9159.4845.49
HexB94F2F0394B1Be3b2d
Octal2711175707111333167355
Binary10111001100111110111101110011001011110111110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94f2f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94f2f; }

 p { color: rgb(185,79,47); }

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

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

 a { background-color: rgb(185,79,47); }

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

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

 span { border-color: rgb(185,79,47); }

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