Html Css Color HEX #BA524A Chestnut

📋 copy color: '#BA524A'

red 186 ◦ green 82 ◦ blue 74

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

Shades of Chestnut #BA524A

Tints of Chestnut #BA524A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.98%

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

R = 54.39%
G = 23.98%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA524A (or 0xBA524A) is known color: Chestnut. HEX triplet: BA, 52 and 4A. RGB value is (186,82,74). Sum of RGB (Red+Green+Blue) = 186+82+74=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA524A is #45ADB5. Grayscale: #707070. Windows color (decimal): -4566454 or 4870842. OLE color: 4870842.

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

Color convert

RGB 186 82 74 -
CMYK 0 0.56 0.60 0.27
HSL 4.29º 0.45% 0.51% -
HSV(B) 4.29º 0.6% 0.73% -
XYZ 24.5 16.97 8.46 -
YUV 112.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 186 82 74 0 0.56 0.60 0.27 4.29 0.45 0.51
Hex BA 52 4A 0 38 3C 1B 4 2D 33
Octal 272 122 112 0 70 74 33 4 55 63
Binary 10111010 1010010 1001010 0 111000 111100 11011 100 101101 110011

Color Harmonies of #BA524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA524A

Black with #BA524A

Text Example


Text Example

White with #BA524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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