Html Css Color HEX #BA4340 Chestnut

📋 copy color: '#BA4340'

red 186 ◦ green 67 ◦ blue 64

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

Shades of Chestnut #BA4340

Tints of Chestnut #BA4340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

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

R = 58.68%
G = 21.14%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4340 (or 0xBA4340) is known color: Chestnut. HEX triplet: BA, 43 and 40. RGB value is (186,67,64). Sum of RGB (Red+Green+Blue) = 186+67+64=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4340 is #45BCBF. Grayscale: #666666. Windows color (decimal): -4570304 or 4211642. OLE color: 4211642.

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

Color convert

RGB 186 67 64 -
CMYK 0 0.64 0.66 0.27
HSL 1.48º 0.49% 0.49% -
HSV(B) 1.48º 0.66% 0.73% -
XYZ 23.18 14.82 6.49 -
YUV 102.24 106.42 187.74 -
System Red Green Blue C M Y K H S L
Decimal 186 67 64 0 0.64 0.66 0.27 1.48 0.49 0.49
Hex BA 43 40 0 40 42 1B 1 31 31
Octal 272 103 100 0 100 102 33 1 61 61
Binary 10111010 1000011 1000000 0 1000000 1000010 11011 1 110001 110001

Color Harmonies of #BA4340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4340

Black with #BA4340

Text Example


Text Example

White with #BA4340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4340; }

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

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

background-color css

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

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

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

border-color css

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

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

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