Html Css Color HEX #BA473F Chestnut

📋 copy color: '#BA473F'

red 186 ◦ green 71 ◦ blue 63

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

Shades of Chestnut #BA473F

Tints of Chestnut #BA473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 58.13%
G = 22.19%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA473F (or 0xBA473F) is known color: Chestnut. HEX triplet: BA, 47 and 3F. RGB value is (186,71,63). Sum of RGB (Red+Green+Blue) = 186+71+63=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA473F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA473F is #45B8C0. Grayscale: #686868. Windows color (decimal): -4569281 or 4147130. OLE color: 4147130.

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

Color convert

RGB 186 71 63 -
CMYK 0 0.62 0.66 0.27
HSL 3.9º 0.49% 0.49% -
HSV(B) 3.9º 0.66% 0.73% -
XYZ 23.4 15.3 6.42 -
YUV 104.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 186 71 63 0 0.62 0.66 0.27 3.9 0.49 0.49
Hex BA 47 3F 0 3E 42 1B 4 31 31
Octal 272 107 77 0 76 102 33 4 61 61
Binary 10111010 1000111 111111 0 111110 1000010 11011 100 110001 110001

Color Harmonies of #BA473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA473F

Black with #BA473F

Text Example


Text Example

White with #BA473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA473F; }

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

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

background-color css

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

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

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

border-color css

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

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

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