Html Css Color HEX #BA5133 Grenadier

📋 copy color: '#BA5133'

red 186 ◦ green 81 ◦ blue 51

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

Shades of Grenadier #BA5133

Tints of Grenadier #BA5133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.04%

R = 58.49%
G = 25.47%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5133 (or 0xBA5133) is known color: Grenadier. HEX triplet: BA, 51 and 33. RGB value is (186,81,51). Sum of RGB (Red+Green+Blue) = 186+81+51=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 51 (20.31% from 255 or 16.04% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5133 is #45AECC. Grayscale: #6D6D6D. Windows color (decimal): -4566733 or 3363258. OLE color: 3363258.

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

Color convert

RGB 186 81 51 -
CMYK 0 0.56 0.73 0.27
HSL 13.33º 0.57% 0.46% -
HSV(B) 13.33º 0.73% 0.73% -
XYZ 23.79 16.56 5.08 -
YUV 108.98 95.29 182.94 -
System Red Green Blue C M Y K H S L
Decimal 186 81 51 0 0.56 0.73 0.27 13.33 0.57 0.46
Hex BA 51 33 0 38 49 1B D 39 2E
Octal 272 121 63 0 70 111 33 15 71 56
Binary 10111010 1010001 110011 0 111000 1001001 11011 1101 111001 101110

Color Harmonies of #BA5133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5133

Black with #BA5133

Text Example


Text Example

White with #BA5133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5133; }

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

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

background-color css

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

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

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

border-color css

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

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

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