#B94428

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

Shades of Grenadier #B94428

Tints of Grenadier #B94428

Color information

#B94428 (or 0xB94428) is unknown color: approx Grenadier. HEX triplet: B9, 44 and 28. RGB value is (185,68,40). Sum of RGB (Red+Green+Blue) = 185+68+40=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 68 (26.95% from 255 or 23.21% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B94428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94428 is #46BBD7. Grayscale: #646464. Windows color (decimal): -4635608 or 2639033. OLE color: 2639033.

HSL color Cylindrical-coordinate representation of color #B94428: hue angle of 11.59º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B94428 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1856840-
CMYK00.630.780.27
HSL11.59º64.44%44.12%-
HSV(B)11.59º78.38%72.55%-
XYZ22.4614.63.64-
YUV99.7994.26188.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.14%
GREEN value IS 68 (26.95% from 255) = 23.21%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=63.14%
G=23.21%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185684000.630.780.2711.5964.4444.12
HexB9442803F4E1Bc402c
Octal27110450077116331410054
Binary101110011000100101000011111110011101101111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94428; }

 p { color: rgb(185,68,40); }

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

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

 a { background-color: rgb(185,68,40); }

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

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

 span { border-color: rgb(185,68,40); }

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