Html Css Color HEX #BA4D46 Chestnut

📋 copy color: '#BA4D46'

red 186 ◦ green 77 ◦ blue 70

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

Shades of Chestnut #BA4D46

Tints of Chestnut #BA4D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 55.86%
G = 23.12%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4D46 (or 0xBA4D46) is known color: Chestnut. HEX triplet: BA, 4D and 46. RGB value is (186,77,70). Sum of RGB (Red+Green+Blue) = 186+77+70=333 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.86% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D46 is #45B2B9. Grayscale: #6C6C6C. Windows color (decimal): -4567738 or 4607418. OLE color: 4607418.

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

Color convert

RGB 186 77 70 -
CMYK 0 0.59 0.62 0.27
HSL 3.62º 0.46% 0.5% -
HSV(B) 3.62º 0.62% 0.73% -
XYZ 24.01 16.19 7.65 -
YUV 108.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 186 77 70 0 0.59 0.62 0.27 3.62 0.46 0.5
Hex BA 4D 46 0 3B 3E 1B 4 2E 32
Octal 272 115 106 0 73 76 33 4 56 62
Binary 10111010 1001101 1000110 0 111011 111110 11011 100 101110 110010

Color Harmonies of #BA4D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D46

Black with #BA4D46

Text Example


Text Example

White with #BA4D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D46; }

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

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

background-color css

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

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

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

border-color css

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

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

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