Html Css Color HEX #BA4D40 Chestnut

📋 copy color: '#BA4D40'

red 186 ◦ green 77 ◦ blue 64

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

Shades of Chestnut #BA4D40

Tints of Chestnut #BA4D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.55%

 BLUE value IS 64 (25.39% from 255) = 19.57%

R = 56.88%
G = 23.55%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4D40 (or 0xBA4D40) is known color: Chestnut. HEX triplet: BA, 4D and 40. RGB value is (186,77,64). Sum of RGB (Red+Green+Blue) = 186+77+64=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 77 (30.47% from 255 or 23.55% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D40 is #45B2BF. Grayscale: #6C6C6C. Windows color (decimal): -4567744 or 4214202. OLE color: 4214202.

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

Color convert

RGB 186 77 64 -
CMYK 0 0.59 0.66 0.27
HSL 6.39º 0.49% 0.49% -
HSV(B) 6.39º 0.66% 0.73% -
XYZ 23.83 16.12 6.71 -
YUV 108.11 103.11 183.56 -
System Red Green Blue C M Y K H S L
Decimal 186 77 64 0 0.59 0.66 0.27 6.39 0.49 0.49
Hex BA 4D 40 0 3B 42 1B 6 31 31
Octal 272 115 100 0 73 102 33 6 61 61
Binary 10111010 1001101 1000000 0 111011 1000010 11011 110 110001 110001

Color Harmonies of #BA4D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D40

Black with #BA4D40

Text Example


Text Example

White with #BA4D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D40; }

 p { color: rgb(186,77,64); }

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

background-color css

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

 a { background-color: rgb(186,77,64); }

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

border-color css

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

 span { border-color: rgb(186,77,64); }

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