Html Css Color HEX #BA4E46 Chestnut

📋 copy color: '#BA4E46'

red 186 ◦ green 78 ◦ blue 70

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

Shades of Chestnut #BA4E46

Tints of Chestnut #BA4E46

RGB

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

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

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

R = 55.69%
G = 23.35%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA4E46 (or 0xBA4E46) is known color: Chestnut. HEX triplet: BA, 4E and 46. RGB value is (186,78,70). Sum of RGB (Red+Green+Blue) = 186+78+70=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E46 is #45B1B9. Grayscale: #6D6D6D. Windows color (decimal): -4567482 or 4607674. OLE color: 4607674.

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

Color convert

RGB 186 78 70 -
CMYK 0 0.58 0.62 0.27
HSL 4.14º 0.46% 0.5% -
HSV(B) 4.14º 0.62% 0.73% -
XYZ 24.08 16.33 7.68 -
YUV 109.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 186 78 70 0 0.58 0.62 0.27 4.14 0.46 0.5
Hex BA 4E 46 0 3A 3E 1B 4 2E 32
Octal 272 116 106 0 72 76 33 4 56 62
Binary 10111010 1001110 1000110 0 111010 111110 11011 100 101110 110010

Color Harmonies of #BA4E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E46

Black with #BA4E46

Text Example


Text Example

White with #BA4E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E46; }

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

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

background-color css

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

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

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

border-color css

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

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

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