Html Css Color HEX #BA5433 Grenadier

📋 copy color: '#BA5433'

red 186 ◦ green 84 ◦ blue 51

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

Shades of Grenadier #BA5433

Tints of Grenadier #BA5433

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

 BLUE value IS 51 (20.31% from 255) = 15.89%

R = 57.94%
G = 26.17%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5433 (or 0xBA5433) is known color: Grenadier. HEX triplet: BA, 54 and 33. RGB value is (186,84,51). Sum of RGB (Red+Green+Blue) = 186+84+51=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5433 is #45ABCC. Grayscale: #6E6E6E. Windows color (decimal): -4565965 or 3364026. OLE color: 3364026.

HSL color Cylindrical-coordinate representation of color #BA5433: hue angle of 14.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA5433 is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 84 51 -
CMYK 0 0.55 0.73 0.27
HSL 14.67º 0.57% 0.46% -
HSV(B) 14.67º 0.73% 0.73% -
XYZ 24.02 17.02 5.15 -
YUV 110.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 186 84 51 0 0.55 0.73 0.27 14.67 0.57 0.46
Hex BA 54 33 0 37 49 1B F 39 2E
Octal 272 124 63 0 67 111 33 17 71 56
Binary 10111010 1010100 110011 0 110111 1001001 11011 1111 111001 101110

Color Harmonies of #BA5433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5433

Black with #BA5433

Text Example


Text Example

White with #BA5433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5433; }

 p { color: rgb(186,84,51); }

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

background-color css

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

 a { background-color: rgb(186,84,51); }

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

border-color css

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

 span { border-color: rgb(186,84,51); }

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