Html Css Color HEX #BA463E Chestnut

📋 copy color: '#BA463E'

red 186 ◦ green 70 ◦ blue 62

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

Shades of Chestnut #BA463E

Tints of Chestnut #BA463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.01%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 58.49%
G = 22.01%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA463E (or 0xBA463E) is known color: Chestnut. HEX triplet: BA, 46 and 3E. RGB value is (186,70,62). Sum of RGB (Red+Green+Blue) = 186+70+62=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463E is #45B9C1. Grayscale: #676767. Windows color (decimal): -4569538 or 4081338. OLE color: 4081338.

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

Color convert

RGB 186 70 62 -
CMYK 0 0.62 0.67 0.27
HSL 3.87º 0.5% 0.49% -
HSV(B) 3.87º 0.67% 0.73% -
XYZ 23.31 15.17 6.26 -
YUV 103.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 186 70 62 0 0.62 0.67 0.27 3.87 0.5 0.49
Hex BA 46 3E 0 3E 43 1B 4 32 31
Octal 272 106 76 0 76 103 33 4 62 61
Binary 10111010 1000110 111110 0 111110 1000011 11011 100 110010 110001

Color Harmonies of #BA463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA463E

Black with #BA463E

Text Example


Text Example

White with #BA463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA463E; }

 p { color: rgb(186,70,62); }

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

background-color css

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

 a { background-color: rgb(186,70,62); }

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

border-color css

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

 span { border-color: rgb(186,70,62); }

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