Html Css Color HEX #BA5143 Chestnut

📋 copy color: '#BA5143'

red 186 ◦ green 81 ◦ blue 67

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

Shades of Chestnut #BA5143

Tints of Chestnut #BA5143

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.25%

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

R = 55.69%
G = 24.25%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA5143 (or 0xBA5143) is known color: Chestnut. HEX triplet: BA, 51 and 43. RGB value is (186,81,67). Sum of RGB (Red+Green+Blue) = 186+81+67=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 81 (32.03% from 255 or 24.25% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5143 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5143 is #45AEBC. Grayscale: #6E6E6E. Windows color (decimal): -4566717 or 4411834. OLE color: 4411834.

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

Color convert

RGB 186 81 67 -
CMYK 0 0.56 0.64 0.27
HSL 7.06º 0.47% 0.5% -
HSV(B) 7.06º 0.64% 0.73% -
XYZ 24.21 16.73 7.26 -
YUV 110.8 103.29 181.64 -
System Red Green Blue C M Y K H S L
Decimal 186 81 67 0 0.56 0.64 0.27 7.06 0.47 0.5
Hex BA 51 43 0 38 40 1B 7 2F 32
Octal 272 121 103 0 70 100 33 7 57 62
Binary 10111010 1010001 1000011 0 111000 1000000 11011 111 101111 110010

Color Harmonies of #BA5143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5143

Black with #BA5143

Text Example


Text Example

White with #BA5143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5143; }

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

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

background-color css

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

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

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

border-color css

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

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

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