Html Css Color HEX #BA4943 Chestnut

📋 copy color: '#BA4943'

red 186 ◦ green 73 ◦ blue 67

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

Shades of Chestnut #BA4943

Tints of Chestnut #BA4943

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.39%

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

R = 57.06%
G = 22.39%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4943 (or 0xBA4943) is known color: Chestnut. HEX triplet: BA, 49 and 43. RGB value is (186,73,67). Sum of RGB (Red+Green+Blue) = 186+73+67=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 67 (26.56% from 255 or 20.55% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4943 is #45B6BC. Grayscale: #6A6A6A. Windows color (decimal): -4568765 or 4409786. OLE color: 4409786.

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

Color convert

RGB 186 73 67 -
CMYK 0 0.61 0.64 0.27
HSL 3.03º 0.47% 0.5% -
HSV(B) 3.03º 0.64% 0.73% -
XYZ 23.65 15.61 7.08 -
YUV 106.1 105.94 184.99 -
System Red Green Blue C M Y K H S L
Decimal 186 73 67 0 0.61 0.64 0.27 3.03 0.47 0.5
Hex BA 49 43 0 3D 40 1B 3 2F 32
Octal 272 111 103 0 75 100 33 3 57 62
Binary 10111010 1001001 1000011 0 111101 1000000 11011 11 101111 110010

Color Harmonies of #BA4943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4943

Black with #BA4943

Text Example


Text Example

White with #BA4943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4943; }

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

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

background-color css

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

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

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

border-color css

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

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

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