#B94C3D

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

Shades of Grenadier #B94C3D

Tints of Grenadier #B94C3D

Color information

#B94C3D (or 0xB94C3D) is unknown color: approx Grenadier. HEX triplet: B9, 4C and 3D. RGB value is (185,76,61). Sum of RGB (Red+Green+Blue) = 185+76+61=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94C3D is #46B3C2. Grayscale: #6B6B6B. Windows color (decimal): -4633539 or 4017337. OLE color: 4017337.

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

Color convert

RGB1857661-
CMYK00.590.670.27
HSL7.26º50.41%48.24%-
HSV(B)7.26º67.03%72.55%-
XYZ23.4315.826.23-
YUV106.88102.11183.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.45%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 61 (24.22% from 255) = 18.94%
R=57.45%
G=23.60%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185766100.590.670.277.2650.4148.24
HexB94C3D03B431B73230
Octal271114750731033376260
Binary1011100110011001111010111011100001111011111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C3D; }

 p { color: rgb(185,76,61); }

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

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

 a { background-color: rgb(185,76,61); }

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

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

 span { border-color: rgb(185,76,61); }

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