Html Css Color HEX #BA4E4A Chestnut

📋 copy color: '#BA4E4A'

red 186 ◦ green 78 ◦ blue 74

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

Shades of Chestnut #BA4E4A

Tints of Chestnut #BA4E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 55.03%
G = 23.08%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA4E4A (or 0xBA4E4A) is known color: Chestnut. HEX triplet: BA, 4E and 4A. RGB value is (186,78,74). Sum of RGB (Red+Green+Blue) = 186+78+74=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E4A is #45B1B5. Grayscale: #6D6D6D. Windows color (decimal): -4567478 or 4869818. OLE color: 4869818.

HSL color Cylindrical-coordinate representation of color #BA4E4A: hue angle of 2.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA4E4A is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 74 -
CMYK 0 0.58 0.60 0.27
HSL 2.14º 0.45% 0.51% -
HSV(B) 2.14º 0.6% 0.73% -
XYZ 24.21 16.38 8.36 -
YUV 109.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 186 78 74 0 0.58 0.60 0.27 2.14 0.45 0.51
Hex BA 4E 4A 0 3A 3C 1B 2 2D 33
Octal 272 116 112 0 72 74 33 2 55 63
Binary 10111010 1001110 1001010 0 111010 111100 11011 10 101101 110011

Color Harmonies of #BA4E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E4A

Black with #BA4E4A

Text Example


Text Example

White with #BA4E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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