Html Css Color HEX #BA4E42 Chestnut

📋 copy color: '#BA4E42'

red 186 ◦ green 78 ◦ blue 66

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

Shades of Chestnut #BA4E42

Tints of Chestnut #BA4E42

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.64%

 BLUE value IS 66 (26.17% from 255) = 20%

R = 56.36%
G = 23.64%
B = 20%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4E42 (or 0xBA4E42) is known color: Chestnut. HEX triplet: BA, 4E and 42. RGB value is (186,78,66). Sum of RGB (Red+Green+Blue) = 186+78+66=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 78 (30.86% from 255 or 23.64% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E42 is #45B1BD. Grayscale: #6D6D6D. Windows color (decimal): -4567486 or 4345530. OLE color: 4345530.

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

Color convert

RGB 186 78 66 -
CMYK 0 0.58 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 23.96 16.28 7.03 -
YUV 108.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 186 78 66 0 0.58 0.65 0.27 6 0.48 0.49
Hex BA 4E 42 0 3A 41 1B 6 30 31
Octal 272 116 102 0 72 101 33 6 60 61
Binary 10111010 1001110 1000010 0 111010 1000001 11011 110 110000 110001

Color Harmonies of #BA4E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E42

Black with #BA4E42

Text Example


Text Example

White with #BA4E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E42; }

 p { color: rgb(186,78,66); }

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

background-color css

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

 a { background-color: rgb(186,78,66); }

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

border-color css

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

 span { border-color: rgb(186,78,66); }

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