Html Css Color HEX #BA4527 Grenadier

📋 copy color: '#BA4527'

red 186 ◦ green 69 ◦ blue 39

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

Shades of Grenadier #BA4527

Tints of Grenadier #BA4527

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.47%

 BLUE value IS 39 (15.63% from 255) = 13.27%

R = 63.27%
G = 23.47%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA4527 (or 0xBA4527) is known color: Grenadier. HEX triplet: BA, 45 and 27. RGB value is (186,69,39). Sum of RGB (Red+Green+Blue) = 186+69+39=294 (38% of max value = 765). Red value is 186 (73.05% from 255 or 63.27% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4527 is #45BAD8. Grayscale: #646464. Windows color (decimal): -4569817 or 2573754. OLE color: 2573754.

HSL color Cylindrical-coordinate representation of color #BA4527: hue angle of 12.24º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA4527 is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 69 39 -
CMYK 0 0.63 0.79 0.27
HSL 12.24º 0.65% 0.44% -
HSV(B) 12.24º 0.79% 0.73% -
XYZ 22.74 14.84 3.59 -
YUV 100.56 93.26 188.94 -
System Red Green Blue C M Y K H S L
Decimal 186 69 39 0 0.63 0.79 0.27 12.24 0.65 0.44
Hex BA 45 27 0 3F 4F 1B C 41 2C
Octal 272 105 47 0 77 117 33 14 101 54
Binary 10111010 1000101 100111 0 111111 1001111 11011 1100 1000001 101100

Color Harmonies of #BA4527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4527

Black with #BA4527

Text Example


Text Example

White with #BA4527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4527; }

 p { color: rgb(186,69,39); }

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

background-color css

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

 a { background-color: rgb(186,69,39); }

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

border-color css

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

 span { border-color: rgb(186,69,39); }

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