Html Css Color HEX #BA4326 Grenadier

📋 copy color: '#BA4326'

red 186 ◦ green 67 ◦ blue 38

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

Shades of Grenadier #BA4326

Tints of Grenadier #BA4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.02%

 BLUE value IS 38 (15.23% from 255) = 13.06%

R = 63.92%
G = 23.02%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA4326 (or 0xBA4326) is known color: Grenadier. HEX triplet: BA, 43 and 26. RGB value is (186,67,38). Sum of RGB (Red+Green+Blue) = 186+67+38=291 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.92% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4326 is #45BCD9. Grayscale: #636363. Windows color (decimal): -4570330 or 2507706. OLE color: 2507706.

HSL color Cylindrical-coordinate representation of color #BA4326: hue angle of 11.76º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA4326 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 67 38 -
CMYK 0 0.64 0.80 0.27
HSL 11.76º 0.66% 0.44% -
HSV(B) 11.76º 0.8% 0.73% -
XYZ 22.61 14.59 3.46 -
YUV 99.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 186 67 38 0 0.64 0.80 0.27 11.76 0.66 0.44
Hex BA 43 26 0 40 50 1B C 42 2C
Octal 272 103 46 0 100 120 33 14 102 54
Binary 10111010 1000011 100110 0 1000000 1010000 11011 1100 1000010 101100

Color Harmonies of #BA4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4326

Black with #BA4326

Text Example


Text Example

White with #BA4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4326; }

 p { color: rgb(186,67,38); }

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

background-color css

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

 a { background-color: rgb(186,67,38); }

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

border-color css

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

 span { border-color: rgb(186,67,38); }

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