Html Css Color HEX #BA503F Chestnut

📋 copy color: '#BA503F'

red 186 ◦ green 80 ◦ blue 63

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

Shades of Chestnut #BA503F

Tints of Chestnut #BA503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 56.53%
G = 24.32%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA503F (or 0xBA503F) is known color: Chestnut. HEX triplet: BA, 50 and 3F. RGB value is (186,80,63). Sum of RGB (Red+Green+Blue) = 186+80+63=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA503F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA503F is #45AFC0. Grayscale: #6D6D6D. Windows color (decimal): -4566977 or 4149434. OLE color: 4149434.

HSL color Cylindrical-coordinate representation of color #BA503F: hue angle of 8.29º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA503F is Cyan = 0, Magento = 0.57, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 80 63 -
CMYK 0 0.57 0.66 0.27
HSL 8.29º 0.49% 0.49% -
HSV(B) 8.29º 0.66% 0.73% -
XYZ 24.02 16.54 6.63 -
YUV 109.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 186 80 63 0 0.57 0.66 0.27 8.29 0.49 0.49
Hex BA 50 3F 0 39 42 1B 8 31 31
Octal 272 120 77 0 71 102 33 10 61 61
Binary 10111010 1010000 111111 0 111001 1000010 11011 1000 110001 110001

Color Harmonies of #BA503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA503F

Black with #BA503F

Text Example


Text Example

White with #BA503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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