Html Css Color HEX #BA5035 Grenadier

📋 copy color: '#BA5035'

red 186 ◦ green 80 ◦ blue 53

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

Shades of Grenadier #BA5035

Tints of Grenadier #BA5035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.61%

R = 58.31%
G = 25.08%
B = 16.61%

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

#BA5035 (or 0xBA5035) is known color: Grenadier. HEX triplet: BA, 50 and 35. RGB value is (186,80,53). Sum of RGB (Red+Green+Blue) = 186+80+53=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5035 is #45AFCA. Grayscale: #6C6C6C. Windows color (decimal): -4566987 or 3494074. OLE color: 3494074.

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

Color convert

RGB 186 80 53 -
CMYK 0 0.57 0.72 0.27
HSL 12.18º 0.56% 0.47% -
HSV(B) 12.18º 0.72% 0.73% -
XYZ 23.76 16.43 5.29 -
YUV 108.62 96.62 183.2 -
System Red Green Blue C M Y K H S L
Decimal 186 80 53 0 0.57 0.72 0.27 12.18 0.56 0.47
Hex BA 50 35 0 39 48 1B C 38 2F
Octal 272 120 65 0 71 110 33 14 70 57
Binary 10111010 1010000 110101 0 111001 1001000 11011 1100 111000 101111

Color Harmonies of #BA5035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5035

Black with #BA5035

Text Example


Text Example

White with #BA5035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5035; }

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

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

background-color css

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

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

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

border-color css

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

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

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