Html Css Color HEX #BA534A Chestnut

📋 copy color: '#BA534A'

red 186 ◦ green 83 ◦ blue 74

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

Shades of Chestnut #BA534A

Tints of Chestnut #BA534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.2%

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

R = 54.23%
G = 24.2%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA534A (or 0xBA534A) is known color: Chestnut. HEX triplet: BA, 53 and 4A. RGB value is (186,83,74). Sum of RGB (Red+Green+Blue) = 186+83+74=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 74 (29.30% from 255 or 21.57% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA534A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA534A is #45ACB5. Grayscale: #707070. Windows color (decimal): -4566198 or 4871098. OLE color: 4871098.

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

Color convert

RGB 186 83 74 -
CMYK 0 0.55 0.60 0.27
HSL 4.82º 0.45% 0.51% -
HSV(B) 4.82º 0.6% 0.73% -
XYZ 24.58 17.12 8.49 -
YUV 112.77 106.12 180.23 -
System Red Green Blue C M Y K H S L
Decimal 186 83 74 0 0.55 0.60 0.27 4.82 0.45 0.51
Hex BA 53 4A 0 37 3C 1B 5 2D 33
Octal 272 123 112 0 67 74 33 5 55 63
Binary 10111010 1010011 1001010 0 110111 111100 11011 101 101101 110011

Color Harmonies of #BA534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA534A

Black with #BA534A

Text Example


Text Example

White with #BA534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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