Html Css Color HEX #BA5034 Grenadier

📋 copy color: '#BA5034'

red 186 ◦ green 80 ◦ blue 52

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

Shades of Grenadier #BA5034

Tints of Grenadier #BA5034

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.16%

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

R = 58.49%
G = 25.16%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5034 (or 0xBA5034) is known color: Grenadier. HEX triplet: BA, 50 and 34. RGB value is (186,80,52). Sum of RGB (Red+Green+Blue) = 186+80+52=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5034 is #45AFCB. Grayscale: #6C6C6C. Windows color (decimal): -4566988 or 3428538. OLE color: 3428538.

HSL color Cylindrical-coordinate representation of color #BA5034: hue angle of 12.54º 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 #BA5034 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 52 -
CMYK 0 0.57 0.72 0.27
HSL 12.54º 0.56% 0.47% -
HSV(B) 12.54º 0.72% 0.73% -
XYZ 23.74 16.42 5.17 -
YUV 108.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 186 80 52 0 0.57 0.72 0.27 12.54 0.56 0.47
Hex BA 50 34 0 39 48 1B D 38 2F
Octal 272 120 64 0 71 110 33 15 70 57
Binary 10111010 1010000 110100 0 111001 1001000 11011 1101 111000 101111

Color Harmonies of #BA5034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5034

Black with #BA5034

Text Example


Text Example

White with #BA5034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5034; }

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

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

background-color css

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

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

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

border-color css

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

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

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