Html Css Color HEX #BA524E Chestnut

📋 copy color: '#BA524E'

red 186 ◦ green 82 ◦ blue 78

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

Shades of Chestnut #BA524E

Tints of Chestnut #BA524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.54%

R = 53.76%
G = 23.7%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA524E (or 0xBA524E) is known color: Chestnut. HEX triplet: BA, 52 and 4E. RGB value is (186,82,78). Sum of RGB (Red+Green+Blue) = 186+82+78=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 78 (30.86% from 255 or 22.54% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA524E is #45ADB1. Grayscale: #707070. Windows color (decimal): -4566450 or 5132986. OLE color: 5132986.

HSL color Cylindrical-coordinate representation of color #BA524E: hue angle of 2.22º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BA524E is Cyan = 0, Magento = 0.56, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 82 78 -
CMYK 0 0.56 0.58 0.27
HSL 2.22º 0.44% 0.52% -
HSV(B) 2.22º 0.58% 0.73% -
XYZ 24.64 17.02 9.19 -
YUV 112.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 186 82 78 0 0.56 0.58 0.27 2.22 0.44 0.52
Hex BA 52 4E 0 38 3A 1B 2 2C 34
Octal 272 122 116 0 70 72 33 2 54 64
Binary 10111010 1010010 1001110 0 111000 111010 11011 10 101100 110100

Color Harmonies of #BA524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA524E

Black with #BA524E

Text Example


Text Example

White with #BA524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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