#B94528

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

Shades of Grenadier #B94528

Tints of Grenadier #B94528

Color information

#B94528 (or 0xB94528) is unknown color: approx Grenadier. HEX triplet: B9, 45 and 28. RGB value is (185,69,40). Sum of RGB (Red+Green+Blue) = 185+69+40=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B94528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B94528 is #46BAD7. Grayscale: #646464. Windows color (decimal): -4635352 or 2639289. OLE color: 2639289.

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

Color convert

RGB1856940-
CMYK00.630.780.27
HSL12º64.44%44.12%-
HSV(B)12º78.38%72.55%-
XYZ22.5214.723.66-
YUV100.3893.93188.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 40 (16.02% from 255) = 13.61%
R=62.93%
G=23.47%
B=13.61%

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
Decimal185694000.630.780.271264.4444.12
HexB9452803F4E1Bc402c
Octal27110550077116331410054
Binary101110011000101101000011111110011101101111001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94528; }

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

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

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

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

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

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

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

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