#B94F36

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

Shades of Grenadier #B94F36

Tints of Grenadier #B94F36

Color information

#B94F36 (or 0xB94F36) is unknown color: approx Grenadier. HEX triplet: B9, 4F and 36. RGB value is (185,79,54). Sum of RGB (Red+Green+Blue) = 185+79+54=318 (42% of max value = 765). Red value is 185 (72.66% from 255 or 58.18% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B94F36 is #46B0C9. Grayscale: #6C6C6C. Windows color (decimal): -4632778 or 3559353. OLE color: 3559353.

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

Color convert

RGB1857954-
CMYK00.570.710.27
HSL11.45º54.81%46.86%-
HSV(B)11.45º70.81%72.55%-
XYZ23.4716.175.37-
YUV107.8497.62183.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.18%
GREEN value IS 79 (31.25% from 255) = 24.84%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=58.18%
G=24.84%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185795400.570.710.2711.4554.8146.86
HexB94F36039471Bb372f
Octal2711176607110733136757
Binary10111001100111111011001110011000111110111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F36; }

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

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

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

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

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

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

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

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