Html Css Color HEX #BA4640 Chestnut

📋 copy color: '#BA4640'

red 186 ◦ green 70 ◦ blue 64

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

Shades of Chestnut #BA4640

Tints of Chestnut #BA4640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20%

R = 58.13%
G = 21.88%
B = 20%

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

#BA4640 (or 0xBA4640) is known color: Chestnut. HEX triplet: BA, 46 and 40. RGB value is (186,70,64). Sum of RGB (Red+Green+Blue) = 186+70+64=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4640 is #45B9BF. Grayscale: #686868. Windows color (decimal): -4569536 or 4212410. OLE color: 4212410.

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

Color convert

RGB 186 70 64 -
CMYK 0 0.62 0.66 0.27
HSL 2.95º 0.49% 0.49% -
HSV(B) 2.95º 0.66% 0.73% -
XYZ 23.37 15.19 6.55 -
YUV 104 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 186 70 64 0 0.62 0.66 0.27 2.95 0.49 0.49
Hex BA 46 40 0 3E 42 1B 3 31 31
Octal 272 106 100 0 76 102 33 3 61 61
Binary 10111010 1000110 1000000 0 111110 1000010 11011 11 110001 110001

Color Harmonies of #BA4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4640

Black with #BA4640

Text Example


Text Example

White with #BA4640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4640; }

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

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

background-color css

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

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

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

border-color css

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

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

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