Html Css Color HEX #BA504F Chestnut

📋 copy color: '#BA504F'

red 186 ◦ green 80 ◦ blue 79

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

Shades of Chestnut #BA504F

Tints of Chestnut #BA504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 53.91%
G = 23.19%
B = 22.9%

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

#BA504F (or 0xBA504F) is known color: Chestnut. HEX triplet: BA, 50 and 4F. RGB value is (186,80,79). Sum of RGB (Red+Green+Blue) = 186+80+79=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA504F is #45AFB0. Grayscale: #6F6F6F. Windows color (decimal): -4566961 or 5198010. OLE color: 5198010.

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

Color convert

RGB 186 80 79 -
CMYK 0 0.57 0.58 0.27
HSL 0.56º 0.44% 0.52% -
HSV(B) 0.56º 0.58% 0.73% -
XYZ 24.53 16.74 9.34 -
YUV 111.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 186 80 79 0 0.57 0.58 0.27 0.56 0.44 0.52
Hex BA 50 4F 0 39 3A 1B 1 2C 34
Octal 272 120 117 0 71 72 33 1 54 64
Binary 10111010 1010000 1001111 0 111001 111010 11011 1 101100 110100

Color Harmonies of #BA504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA504F

Black with #BA504F

Text Example


Text Example

White with #BA504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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