Html Css Color HEX #BA4443 Chestnut

📋 copy color: '#BA4443'

red 186 ◦ green 68 ◦ blue 67

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

Shades of Chestnut #BA4443

Tints of Chestnut #BA4443

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

 BLUE value IS 67 (26.56% from 255) = 20.87%

R = 57.94%
G = 21.18%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4443 (or 0xBA4443) is known color: Chestnut. HEX triplet: BA, 44 and 43. RGB value is (186,68,67). Sum of RGB (Red+Green+Blue) = 186+68+67=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 67 (26.56% from 255 or 20.87% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4443 is #45BBBC. Grayscale: #676767. Windows color (decimal): -4570045 or 4408506. OLE color: 4408506.

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

Color convert

RGB 186 68 67 -
CMYK 0 0.63 0.64 0.27
HSL 0.5º 0.47% 0.5% -
HSV(B) 0.5º 0.64% 0.73% -
XYZ 23.33 14.98 6.97 -
YUV 103.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 186 68 67 0 0.63 0.64 0.27 0.5 0.47 0.5
Hex BA 44 43 0 3F 40 1B 1 2F 32
Octal 272 104 103 0 77 100 33 1 57 62
Binary 10111010 1000100 1000011 0 111111 1000000 11011 1 101111 110010

Color Harmonies of #BA4443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4443

Black with #BA4443

Text Example


Text Example

White with #BA4443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4443; }

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

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

background-color css

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

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

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

border-color css

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

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

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