#BA4D37

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

Shades of Grenadier #BA4D37

Tints of Grenadier #BA4D37

Color information

#BA4D37 (or 0xBA4D37) is unknown color: approx Grenadier. HEX triplet: BA, 4D and 37. RGB value is (186,77,55). Sum of RGB (Red+Green+Blue) = 186+77+55=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D37 is #45B2C8. Grayscale: #6B6B6B. Windows color (decimal): -4567753 or 3624378. OLE color: 3624378.

HSL color Cylindrical-coordinate representation of color #BA4D37: hue angle of 10.08º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA4D37 is Cyan = 0, Magento = 0.59, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1867755-
CMYK00.590.700.27
HSL10.08º54.36%47.25%-
HSV(B)10.08º70.43%72.94%-
XYZ23.5916.025.46-
YUV107.0898.61184.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 58.49%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 55 (21.88% from 255) = 17.30%
R=58.49%
G=24.21%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186775500.590.700.2710.0854.3647.25
HexBA4D3703B461Ba362f
Octal2721156707310633126657
Binary10111010100110111011101110111000110110111010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D37; }

 p { color: rgb(186,77,55); }

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

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

 a { background-color: rgb(186,77,55); }

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

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

 span { border-color: rgb(186,77,55); }

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