Html Css Color HEX #BA4F32 Grenadier

📋 copy color: '#BA4F32'

red 186 ◦ green 79 ◦ blue 50

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

Shades of Grenadier #BA4F32

Tints of Grenadier #BA4F32

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.08%

 BLUE value IS 50 (19.92% from 255) = 15.87%

R = 59.05%
G = 25.08%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA4F32 (or 0xBA4F32) is known color: Grenadier. HEX triplet: BA, 4F and 32. RGB value is (186,79,50). Sum of RGB (Red+Green+Blue) = 186+79+50=315 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.05% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F32 is #45B0CD. Grayscale: #6B6B6B. Windows color (decimal): -4567246 or 3297210. OLE color: 3297210.

HSL color Cylindrical-coordinate representation of color #BA4F32: hue angle of 12.79º degrees, saturation: 0.58, 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 #BA4F32 is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 79 50 -
CMYK 0 0.58 0.73 0.27
HSL 12.79º 0.58% 0.46% -
HSV(B) 12.79º 0.73% 0.73% -
XYZ 23.62 16.26 4.91 -
YUV 107.69 95.45 183.86 -
System Red Green Blue C M Y K H S L
Decimal 186 79 50 0 0.58 0.73 0.27 12.79 0.58 0.46
Hex BA 4F 32 0 3A 49 1B D 3A 2E
Octal 272 117 62 0 72 111 33 15 72 56
Binary 10111010 1001111 110010 0 111010 1001001 11011 1101 111010 101110

Color Harmonies of #BA4F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F32

Black with #BA4F32

Text Example


Text Example

White with #BA4F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F32; }

 p { color: rgb(186,79,50); }

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

background-color css

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

 a { background-color: rgb(186,79,50); }

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

border-color css

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

 span { border-color: rgb(186,79,50); }

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