Html Css Color HEX #BA513B Grenadier

📋 copy color: '#BA513B'

red 186 ◦ green 81 ◦ blue 59

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

Shades of Grenadier #BA513B

Tints of Grenadier #BA513B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 59 (23.44% from 255) = 18.1%

R = 57.06%
G = 24.85%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA513B (or 0xBA513B) is known color: Grenadier. HEX triplet: BA, 51 and 3B. RGB value is (186,81,59). Sum of RGB (Red+Green+Blue) = 186+81+59=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 59 (23.44% from 255 or 18.10% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA513B is #45AEC4. Grayscale: #6E6E6E. Windows color (decimal): -4566725 or 3887546. OLE color: 3887546.

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

Color convert

RGB 186 81 59 -
CMYK 0 0.56 0.68 0.27
HSL 10.39º 0.52% 0.48% -
HSV(B) 10.39º 0.68% 0.73% -
XYZ 23.98 16.64 6.09 -
YUV 109.89 99.29 182.29 -
System Red Green Blue C M Y K H S L
Decimal 186 81 59 0 0.56 0.68 0.27 10.39 0.52 0.48
Hex BA 51 3B 0 38 44 1B A 34 30
Octal 272 121 73 0 70 104 33 12 64 60
Binary 10111010 1010001 111011 0 111000 1000100 11011 1010 110100 110000

Color Harmonies of #BA513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA513B

Black with #BA513B

Text Example


Text Example

White with #BA513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA513B; }

 p { color: rgb(186,81,59); }

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

background-color css

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

 a { background-color: rgb(186,81,59); }

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

border-color css

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

 span { border-color: rgb(186,81,59); }

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