Html Css Color HEX #BA514D Chestnut

📋 copy color: '#BA514D'

red 186 ◦ green 81 ◦ blue 77

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

Shades of Chestnut #BA514D

Tints of Chestnut #BA514D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.55%

 BLUE value IS 77 (30.47% from 255) = 22.38%

R = 54.07%
G = 23.55%
B = 22.38%

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

#BA514D (or 0xBA514D) is known color: Chestnut. HEX triplet: BA, 51 and 4D. RGB value is (186,81,77). Sum of RGB (Red+Green+Blue) = 186+81+77=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 81 (32.03% from 255 or 23.55% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA514D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA514D is #45AEB2. Grayscale: #707070. Windows color (decimal): -4566707 or 5067194. OLE color: 5067194.

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

Color convert

RGB 186 81 77 -
CMYK 0 0.56 0.59 0.27
HSL 2.2º 0.44% 0.52% -
HSV(B) 2.2º 0.59% 0.73% -
XYZ 24.53 16.86 8.98 -
YUV 111.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 186 81 77 0 0.56 0.59 0.27 2.2 0.44 0.52
Hex BA 51 4D 0 38 3B 1B 2 2C 34
Octal 272 121 115 0 70 73 33 2 54 64
Binary 10111010 1010001 1001101 0 111000 111011 11011 10 101100 110100

Color Harmonies of #BA514D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA514D

Black with #BA514D

Text Example


Text Example

White with #BA514D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA514D; }

 p { color: rgb(186,81,77); }

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

background-color css

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

 a { background-color: rgb(186,81,77); }

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

border-color css

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

 span { border-color: rgb(186,81,77); }

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