Html Css Color HEX #BA524C Chestnut

📋 copy color: '#BA524C'

red 186 ◦ green 82 ◦ blue 76

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

Shades of Chestnut #BA524C

Tints of Chestnut #BA524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.09%

R = 54.07%
G = 23.84%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA524C (or 0xBA524C) is known color: Chestnut. HEX triplet: BA, 52 and 4C. RGB value is (186,82,76). Sum of RGB (Red+Green+Blue) = 186+82+76=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA524C is #45ADB3. Grayscale: #707070. Windows color (decimal): -4566452 or 5001914. OLE color: 5001914.

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

Color convert

RGB 186 82 76 -
CMYK 0 0.56 0.59 0.27
HSL 3.27º 0.44% 0.51% -
HSV(B) 3.27º 0.59% 0.73% -
XYZ 24.57 17 8.82 -
YUV 112.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 186 82 76 0 0.56 0.59 0.27 3.27 0.44 0.51
Hex BA 52 4C 0 38 3B 1B 3 2C 33
Octal 272 122 114 0 70 73 33 3 54 63
Binary 10111010 1010010 1001100 0 111000 111011 11011 11 101100 110011

Color Harmonies of #BA524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA524C

Black with #BA524C

Text Example


Text Example

White with #BA524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA524C; }

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

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

background-color css

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

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

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

border-color css

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

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

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