Html Css Color HEX #BA4941 Chestnut

📋 copy color: '#BA4941'

red 186 ◦ green 73 ◦ blue 65

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

Shades of Chestnut #BA4941

Tints of Chestnut #BA4941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 57.41%
G = 22.53%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4941 (or 0xBA4941) is known color: Chestnut. HEX triplet: BA, 49 and 41. RGB value is (186,73,65). Sum of RGB (Red+Green+Blue) = 186+73+65=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4941 is #45B6BE. Grayscale: #6A6A6A. Windows color (decimal): -4568767 or 4278714. OLE color: 4278714.

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

Color convert

RGB 186 73 65 -
CMYK 0 0.61 0.65 0.27
HSL 3.97º 0.48% 0.49% -
HSV(B) 3.97º 0.65% 0.73% -
XYZ 23.59 15.59 6.77 -
YUV 105.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 186 73 65 0 0.61 0.65 0.27 3.97 0.48 0.49
Hex BA 49 41 0 3D 41 1B 4 30 31
Octal 272 111 101 0 75 101 33 4 60 61
Binary 10111010 1001001 1000001 0 111101 1000001 11011 100 110000 110001

Color Harmonies of #BA4941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4941

Black with #BA4941

Text Example


Text Example

White with #BA4941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4941; }

 p { color: rgb(186,73,65); }

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

background-color css

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

 a { background-color: rgb(186,73,65); }

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

border-color css

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

 span { border-color: rgb(186,73,65); }

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