Html Css Color HEX #BA4528 Grenadier

📋 copy color: '#BA4528'

red 186 ◦ green 69 ◦ blue 40

#BA4528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #BA4528

Tints of Grenadier #BA4528

RGB

 RED value IS 186 (73.05% from 255) = 63.05%

 GREEN value IS 69 (27.34% from 255) = 23.39%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 63.05%
G = 23.39%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA4528 (or 0xBA4528) is known color: Grenadier. HEX triplet: BA, 45 and 28. RGB value is (186,69,40). Sum of RGB (Red+Green+Blue) = 186+69+40=295 (39% of max value = 765). Red value is 186 (73.05% from 255 or 63.05% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4528 is #45BAD7. Grayscale: #646464. Windows color (decimal): -4569816 or 2639290. OLE color: 2639290.

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

Color convert

RGB 186 69 40 -
CMYK 0 0.63 0.78 0.27
HSL 11.92º 0.65% 0.44% -
HSV(B) 11.92º 0.78% 0.73% -
XYZ 22.76 14.85 3.67 -
YUV 100.68 93.76 188.86 -
System Red Green Blue C M Y K H S L
Decimal 186 69 40 0 0.63 0.78 0.27 11.92 0.65 0.44
Hex BA 45 28 0 3F 4E 1B C 41 2C
Octal 272 105 50 0 77 116 33 14 101 54
Binary 10111010 1000101 101000 0 111111 1001110 11011 1100 1000001 101100

Color Harmonies of #BA4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4528

Black with #BA4528

Text Example


Text Example

White with #BA4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4528; }

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

 H1.HeaderClassName
 {
   color: #BA4528;
 }
 .AnyTagClassName
 {
   color: #BA4528;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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