Html Css Color HEX #BA463F Chestnut

📋 copy color: '#BA463F'

red 186 ◦ green 70 ◦ blue 63

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

Shades of Chestnut #BA463F

Tints of Chestnut #BA463F

RGB

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

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

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

R = 58.31%
G = 21.94%
B = 19.75%

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

#BA463F (or 0xBA463F) is known color: Chestnut. HEX triplet: BA, 46 and 3F. RGB value is (186,70,63). Sum of RGB (Red+Green+Blue) = 186+70+63=319 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.31% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 186 - color contains mainly: red. Hex color #BA463F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA463F is #45B9C0. Grayscale: #686868. Windows color (decimal): -4569537 or 4146874. OLE color: 4146874.

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

Color convert

RGB 186 70 63 -
CMYK 0 0.62 0.66 0.27
HSL 3.41º 0.49% 0.49% -
HSV(B) 3.41º 0.66% 0.73% -
XYZ 23.34 15.18 6.4 -
YUV 103.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 186 70 63 0 0.62 0.66 0.27 3.41 0.49 0.49
Hex BA 46 3F 0 3E 42 1B 3 31 31
Octal 272 106 77 0 76 102 33 3 61 61
Binary 10111010 1000110 111111 0 111110 1000010 11011 11 110001 110001

Color Harmonies of #BA463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA463F

Black with #BA463F

Text Example


Text Example

White with #BA463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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