Html Css Color HEX #BA4C41 Chestnut

📋 copy color: '#BA4C41'

red 186 ◦ green 76 ◦ blue 65

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

Shades of Chestnut #BA4C41

Tints of Chestnut #BA4C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.24%

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

R = 56.88%
G = 23.24%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4C41 (or 0xBA4C41) is known color: Chestnut. HEX triplet: BA, 4C and 41. RGB value is (186,76,65). Sum of RGB (Red+Green+Blue) = 186+76+65=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4C41 is #45B3BE. Grayscale: #6B6B6B. Windows color (decimal): -4567999 or 4279482. OLE color: 4279482.

HSL color Cylindrical-coordinate representation of color #BA4C41: hue angle of 5.45º 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 #BA4C41 is Cyan = 0, Magento = 0.59, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 76 65 -
CMYK 0 0.59 0.65 0.27
HSL 5.45º 0.48% 0.49% -
HSV(B) 5.45º 0.65% 0.73% -
XYZ 23.79 15.99 6.83 -
YUV 107.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 186 76 65 0 0.59 0.65 0.27 5.45 0.48 0.49
Hex BA 4C 41 0 3B 41 1B 5 30 31
Octal 272 114 101 0 73 101 33 5 60 61
Binary 10111010 1001100 1000001 0 111011 1000001 11011 101 110000 110001

Color Harmonies of #BA4C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4C41

Black with #BA4C41

Text Example


Text Example

White with #BA4C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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