Html Css Color HEX #BA4F34 Grenadier

📋 copy color: '#BA4F34'

red 186 ◦ green 79 ◦ blue 52

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

Shades of Grenadier #BA4F34

Tints of Grenadier #BA4F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 58.68%
G = 24.92%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA4F34 (or 0xBA4F34) is known color: Grenadier. HEX triplet: BA, 4F and 34. RGB value is (186,79,52). Sum of RGB (Red+Green+Blue) = 186+79+52=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4F34 is #45B0CB. Grayscale: #6C6C6C. Windows color (decimal): -4567244 or 3428282. OLE color: 3428282.

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

Color convert

RGB 186 79 52 -
CMYK 0 0.58 0.72 0.27
HSL 12.09º 0.56% 0.47% -
HSV(B) 12.09º 0.72% 0.73% -
XYZ 23.67 16.28 5.14 -
YUV 107.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 186 79 52 0 0.58 0.72 0.27 12.09 0.56 0.47
Hex BA 4F 34 0 3A 48 1B C 38 2F
Octal 272 117 64 0 72 110 33 14 70 57
Binary 10111010 1001111 110100 0 111010 1001000 11011 1100 111000 101111

Color Harmonies of #BA4F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4F34

Black with #BA4F34

Text Example


Text Example

White with #BA4F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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