#B8503E

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

Shades of Grenadier #B8503E

Tints of Grenadier #B8503E

Color information

#B8503E (or 0xB8503E) is unknown color: approx Grenadier. HEX triplet: B8, 50 and 3E. RGB value is (184,80,62). Sum of RGB (Red+Green+Blue) = 184+80+62=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8503E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8503E is #47AFC1. Grayscale: #6D6D6D. Windows color (decimal): -4698050 or 4083896. OLE color: 4083896.

HSL color Cylindrical-coordinate representation of color #B8503E: hue angle of 8.85º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B8503E is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB1848062-
CMYK00.570.660.28
HSL8.85º49.59%48.24%-
HSV(B)8.85º66.3%72.16%-
XYZ23.5116.286.46-
YUV109.04101.46181.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.44%
GREEN value IS 80 (31.64% from 255) = 24.54%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=56.44%
G=24.54%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184806200.570.660.288.8549.5948.24
HexB8503E039421C93230
Octal2701207607110234116260
Binary10111000101000011111001110011000010111001001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8503E; }

 p { color: rgb(184,80,62); }

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

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

 a { background-color: rgb(184,80,62); }

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

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

 span { border-color: rgb(184,80,62); }

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