Html Css Color HEX #BA4A3F Chestnut

📋 copy color: '#BA4A3F'

red 186 ◦ green 74 ◦ blue 63

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

Shades of Chestnut #BA4A3F

Tints of Chestnut #BA4A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.91%

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

R = 57.59%
G = 22.91%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4A3F (or 0xBA4A3F) is known color: Chestnut. HEX triplet: BA, 4A and 3F. RGB value is (186,74,63). Sum of RGB (Red+Green+Blue) = 186+74+63=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 74 (29.30% from 255 or 22.91% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A3F is #45B5C0. Grayscale: #6A6A6A. Windows color (decimal): -4568513 or 4147898. OLE color: 4147898.

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

Color convert

RGB 186 74 63 -
CMYK 0 0.60 0.66 0.27
HSL 5.37º 0.49% 0.49% -
HSV(B) 5.37º 0.66% 0.73% -
XYZ 23.6 15.7 6.49 -
YUV 106.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 186 74 63 0 0.60 0.66 0.27 5.37 0.49 0.49
Hex BA 4A 3F 0 3C 42 1B 5 31 31
Octal 272 112 77 0 74 102 33 5 61 61
Binary 10111010 1001010 111111 0 111100 1000010 11011 101 110001 110001

Color Harmonies of #BA4A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A3F

Black with #BA4A3F

Text Example


Text Example

White with #BA4A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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