Html Css Color HEX #BA4942 Chestnut

📋 copy color: '#BA4942'

red 186 ◦ green 73 ◦ blue 66

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

Shades of Chestnut #BA4942

Tints of Chestnut #BA4942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 57.23%
G = 22.46%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4942 (or 0xBA4942) is known color: Chestnut. HEX triplet: BA, 49 and 42. RGB value is (186,73,66). Sum of RGB (Red+Green+Blue) = 186+73+66=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4942 is #45B6BD. Grayscale: #6A6A6A. Windows color (decimal): -4568766 or 4344250. OLE color: 4344250.

HSL color Cylindrical-coordinate representation of color #BA4942: hue angle of 3.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4942 is Cyan = 0, Magento = 0.61, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 73 66 -
CMYK 0 0.61 0.65 0.27
HSL 3.5º 0.48% 0.49% -
HSV(B) 3.5º 0.65% 0.73% -
XYZ 23.62 15.6 6.92 -
YUV 105.99 105.44 185.07 -
System Red Green Blue C M Y K H S L
Decimal 186 73 66 0 0.61 0.65 0.27 3.5 0.48 0.49
Hex BA 49 42 0 3D 41 1B 4 30 31
Octal 272 111 102 0 75 101 33 4 60 61
Binary 10111010 1001001 1000010 0 111101 1000001 11011 100 110000 110001

Color Harmonies of #BA4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4942

Black with #BA4942

Text Example


Text Example

White with #BA4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4942; }

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

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

background-color css

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

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

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

border-color css

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

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

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