Html Css Color HEX #BA4D3F Chestnut

📋 copy color: '#BA4D3F'

red 186 ◦ green 77 ◦ blue 63

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

Shades of Chestnut #BA4D3F

Tints of Chestnut #BA4D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.62%

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

R = 57.06%
G = 23.62%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4D3F (or 0xBA4D3F) is known color: Chestnut. HEX triplet: BA, 4D and 3F. RGB value is (186,77,63). Sum of RGB (Red+Green+Blue) = 186+77+63=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 77 (30.47% from 255 or 23.62% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4D3F is #45B2C0. Grayscale: #6C6C6C. Windows color (decimal): -4567745 or 4148666. OLE color: 4148666.

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

Color convert

RGB 186 77 63 -
CMYK 0 0.59 0.66 0.27
HSL 6.83º 0.49% 0.49% -
HSV(B) 6.83º 0.66% 0.73% -
XYZ 23.8 16.11 6.56 -
YUV 108 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 186 77 63 0 0.59 0.66 0.27 6.83 0.49 0.49
Hex BA 4D 3F 0 3B 42 1B 7 31 31
Octal 272 115 77 0 73 102 33 7 61 61
Binary 10111010 1001101 111111 0 111011 1000010 11011 111 110001 110001

Color Harmonies of #BA4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4D3F

Black with #BA4D3F

Text Example


Text Example

White with #BA4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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