#B94E3D

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

Shades of Grenadier #B94E3D

Tints of Grenadier #B94E3D

Color information

#B94E3D (or 0xB94E3D) is unknown color: approx Grenadier. HEX triplet: B9, 4E and 3D. RGB value is (185,78,61). Sum of RGB (Red+Green+Blue) = 185+78+61=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94E3D is #46B1C2. Grayscale: #6C6C6C. Windows color (decimal): -4633027 or 4017849. OLE color: 4017849.

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

Color convert

RGB1857861-
CMYK00.580.670.27
HSL8.23º50.41%48.24%-
HSV(B)8.23º67.03%72.55%-
XYZ23.5716.16.28-
YUV108.06101.45182.88-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 57.10%
GREEN value IS 78 (30.86% from 255) = 24.07%
BLUE value IS 61 (24.22% from 255) = 18.83%
R=57.10%
G=24.07%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185786100.580.670.278.2350.4148.24
HexB94E3D03A431B83230
Octal2711167507210333106260
Binary10111001100111011110101110101000011110111000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E3D; }

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

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

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

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

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

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

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

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