Html Css Color HEX #BA5234 Grenadier

📋 copy color: '#BA5234'

red 186 ◦ green 82 ◦ blue 52

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

Shades of Grenadier #BA5234

Tints of Grenadier #BA5234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 58.13%
G = 25.63%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5234 (or 0xBA5234) is known color: Grenadier. HEX triplet: BA, 52 and 34. RGB value is (186,82,52). Sum of RGB (Red+Green+Blue) = 186+82+52=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5234 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5234 is #45ADCB. Grayscale: #6D6D6D. Windows color (decimal): -4566476 or 3429050. OLE color: 3429050.

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

Color convert

RGB 186 82 52 -
CMYK 0 0.56 0.72 0.27
HSL 13.43º 0.56% 0.47% -
HSV(B) 13.43º 0.72% 0.73% -
XYZ 23.89 16.72 5.22 -
YUV 109.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 186 82 52 0 0.56 0.72 0.27 13.43 0.56 0.47
Hex BA 52 34 0 38 48 1B D 38 2F
Octal 272 122 64 0 70 110 33 15 70 57
Binary 10111010 1010010 110100 0 111000 1001000 11011 1101 111000 101111

Color Harmonies of #BA5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5234

Black with #BA5234

Text Example


Text Example

White with #BA5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5234; }

 p { color: rgb(186,82,52); }

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

background-color css

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

 a { background-color: rgb(186,82,52); }

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

border-color css

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

 span { border-color: rgb(186,82,52); }

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