Html Css Color HEX #BA533A Grenadier

📋 copy color: '#BA533A'

red 186 ◦ green 83 ◦ blue 58

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

Shades of Grenadier #BA533A

Tints of Grenadier #BA533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.38%

 BLUE value IS 58 (23.05% from 255) = 17.74%

R = 56.88%
G = 25.38%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA533A (or 0xBA533A) is known color: Grenadier. HEX triplet: BA, 53 and 3A. RGB value is (186,83,58). Sum of RGB (Red+Green+Blue) = 186+83+58=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA533A is #45ACC5. Grayscale: #6F6F6F. Windows color (decimal): -4566214 or 3822522. OLE color: 3822522.

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

Color convert

RGB 186 83 58 -
CMYK 0 0.55 0.69 0.27
HSL 11.72º 0.52% 0.48% -
HSV(B) 11.72º 0.69% 0.73% -
XYZ 24.11 16.93 6 -
YUV 110.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 186 83 58 0 0.55 0.69 0.27 11.72 0.52 0.48
Hex BA 53 3A 0 37 45 1B C 34 30
Octal 272 123 72 0 67 105 33 14 64 60
Binary 10111010 1010011 111010 0 110111 1000101 11011 1100 110100 110000

Color Harmonies of #BA533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA533A

Black with #BA533A

Text Example


Text Example

White with #BA533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA533A; }

 p { color: rgb(186,83,58); }

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

background-color css

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

 a { background-color: rgb(186,83,58); }

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

border-color css

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

 span { border-color: rgb(186,83,58); }

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