Html Css Color HEX #BA4D43 Chestnut

📋 copy color: '#BA4D43'

red 186 ◦ green 77 ◦ blue 67

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

Shades of Chestnut #BA4D43

Tints of Chestnut #BA4D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.3%

R = 56.36%
G = 23.33%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4D43 (or 0xBA4D43) is known color: Chestnut. HEX triplet: BA, 4D and 43. RGB value is (186,77,67). Sum of RGB (Red+Green+Blue) = 186+77+67=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 67 (26.56% from 255 or 20.30% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D43 is #45B2BC. Grayscale: #6C6C6C. Windows color (decimal): -4567741 or 4410810. OLE color: 4410810.

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

Color convert

RGB 186 77 67 -
CMYK 0 0.59 0.64 0.27
HSL 5.04º 0.47% 0.5% -
HSV(B) 5.04º 0.64% 0.73% -
XYZ 23.92 16.15 7.17 -
YUV 108.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 186 77 67 0 0.59 0.64 0.27 5.04 0.47 0.5
Hex BA 4D 43 0 3B 40 1B 5 2F 32
Octal 272 115 103 0 73 100 33 5 57 62
Binary 10111010 1001101 1000011 0 111011 1000000 11011 101 101111 110010

Color Harmonies of #BA4D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D43

Black with #BA4D43

Text Example


Text Example

White with #BA4D43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D43; }

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

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

background-color css

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

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

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

border-color css

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

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

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