#BA4D3B

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

Shades of Grenadier #BA4D3B

Tints of Grenadier #BA4D3B

Color information

#BA4D3B (or 0xBA4D3B) is unknown color: approx Grenadier. HEX triplet: BA, 4D and 3B. RGB value is (186,77,59). Sum of RGB (Red+Green+Blue) = 186+77+59=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 59 (23.44% from 255 or 18.32% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D3B is #45B2C4. Grayscale: #6B6B6B. Windows color (decimal): -4567749 or 3886522. OLE color: 3886522.

HSL color Cylindrical-coordinate representation of color #BA4D3B: hue angle of 8.5º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BA4D3B is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB1867759-
CMYK00.590.680.27
HSL8.5º51.84%48.04%-
HSV(B)8.5º68.28%72.94%-
XYZ23.6916.065.99-
YUV107.54100.61183.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 57.76%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 59 (23.44% from 255) = 18.32%
R=57.76%
G=23.91%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186775900.590.680.278.551.8448.04
HexBA4D3B03B441B93430
Octal2721157307310433116460
Binary10111010100110111101101110111000100110111001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4D3B; }

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

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

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

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

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

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

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

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