Html Css Color HEX #BA504E Chestnut

📋 copy color: '#BA504E'

red 186 ◦ green 80 ◦ blue 78

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

Shades of Chestnut #BA504E

Tints of Chestnut #BA504E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 54.07%
G = 23.26%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA504E (or 0xBA504E) is known color: Chestnut. HEX triplet: BA, 50 and 4E. RGB value is (186,80,78). Sum of RGB (Red+Green+Blue) = 186+80+78=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 78 (30.86% from 255 or 22.67% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA504E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA504E is #45AFB1. Grayscale: #6F6F6F. Windows color (decimal): -4566962 or 5132474. OLE color: 5132474.

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

Color convert

RGB 186 80 78 -
CMYK 0 0.57 0.58 0.27
HSL 1.11º 0.44% 0.52% -
HSV(B) 1.11º 0.58% 0.73% -
XYZ 24.49 16.73 9.15 -
YUV 111.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 186 80 78 0 0.57 0.58 0.27 1.11 0.44 0.52
Hex BA 50 4E 0 39 3A 1B 1 2C 34
Octal 272 120 116 0 71 72 33 1 54 64
Binary 10111010 1010000 1001110 0 111001 111010 11011 1 101100 110100

Color Harmonies of #BA504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA504E

Black with #BA504E

Text Example


Text Example

White with #BA504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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