Html Css Color HEX #BA5145 Chestnut

📋 copy color: '#BA5145'

red 186 ◦ green 81 ◦ blue 69

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

Shades of Chestnut #BA5145

Tints of Chestnut #BA5145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.54%

R = 55.36%
G = 24.11%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5145 (or 0xBA5145) is known color: Chestnut. HEX triplet: BA, 51 and 45. RGB value is (186,81,69). Sum of RGB (Red+Green+Blue) = 186+81+69=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 69 (27.34% from 255 or 20.54% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5145 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5145 is #45AEBA. Grayscale: #6F6F6F. Windows color (decimal): -4566715 or 4542906. OLE color: 4542906.

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

Color convert

RGB 186 81 69 -
CMYK 0 0.56 0.63 0.27
HSL 6.15º 0.46% 0.5% -
HSV(B) 6.15º 0.63% 0.73% -
XYZ 24.27 16.75 7.59 -
YUV 111.03 104.29 181.48 -
System Red Green Blue C M Y K H S L
Decimal 186 81 69 0 0.56 0.63 0.27 6.15 0.46 0.5
Hex BA 51 45 0 38 3F 1B 6 2E 32
Octal 272 121 105 0 70 77 33 6 56 62
Binary 10111010 1010001 1000101 0 111000 111111 11011 110 101110 110010

Color Harmonies of #BA5145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5145

Black with #BA5145

Text Example


Text Example

White with #BA5145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5145; }

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

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

background-color css

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

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

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

border-color css

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

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

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