Html Css Color HEX #BA5434 Grenadier

📋 copy color: '#BA5434'

red 186 ◦ green 84 ◦ blue 52

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

Shades of Grenadier #BA5434

Tints of Grenadier #BA5434

RGB

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

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

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

R = 57.76%
G = 26.09%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA5434 (or 0xBA5434) is known color: Grenadier. HEX triplet: BA, 54 and 34. RGB value is (186,84,52). Sum of RGB (Red+Green+Blue) = 186+84+52=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5434 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5434 is #45ABCB. Grayscale: #6F6F6F. Windows color (decimal): -4565964 or 3429562. OLE color: 3429562.

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

Color convert

RGB 186 84 52 -
CMYK 0 0.55 0.72 0.27
HSL 14.33º 0.56% 0.47% -
HSV(B) 14.33º 0.72% 0.73% -
XYZ 24.04 17.03 5.27 -
YUV 110.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 186 84 52 0 0.55 0.72 0.27 14.33 0.56 0.47
Hex BA 54 34 0 37 48 1B E 38 2F
Octal 272 124 64 0 67 110 33 16 70 57
Binary 10111010 1010100 110100 0 110111 1001000 11011 1110 111000 101111

Color Harmonies of #BA5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5434

Black with #BA5434

Text Example


Text Example

White with #BA5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5434; }

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

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

background-color css

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

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

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

border-color css

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

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

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