#B94D3C

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

Shades of Grenadier #B94D3C

Tints of Grenadier #B94D3C

Color information

#B94D3C (or 0xB94D3C) is unknown color: approx Grenadier. HEX triplet: B9, 4D and 3C. RGB value is (185,77,60). Sum of RGB (Red+Green+Blue) = 185+77+60=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94D3C is #46B2C3. Grayscale: #6B6B6B. Windows color (decimal): -4633284 or 3952057. OLE color: 3952057.

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

Color convert

RGB1857760-
CMYK00.580.680.27
HSL8.16º51.02%48.04%-
HSV(B)8.16º67.57%72.55%-
XYZ23.4815.956.12-
YUV107.35101.28183.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=57.45%
G=23.91%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185776000.580.680.278.1651.0248.04
HexB94D3C03A441B83330
Octal2711157407210433106360
Binary10111001100110111110001110101000100110111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D3C; }

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

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

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

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

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

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

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

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