Html Css Color HEX #BA4745 Chestnut

📋 copy color: '#BA4745'

red 186 ◦ green 71 ◦ blue 69

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

Shades of Chestnut #BA4745

Tints of Chestnut #BA4745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 57.06%
G = 21.78%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4745 (or 0xBA4745) is known color: Chestnut. HEX triplet: BA, 47 and 45. RGB value is (186,71,69). Sum of RGB (Red+Green+Blue) = 186+71+69=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4745 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4745 is #45B8BA. Grayscale: #696969. Windows color (decimal): -4569275 or 4540346. OLE color: 4540346.

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

Color convert

RGB 186 71 69 -
CMYK 0 0.62 0.63 0.27
HSL 1.03º 0.46% 0.5% -
HSV(B) 1.03º 0.63% 0.73% -
XYZ 23.58 15.38 7.36 -
YUV 105.16 107.6 185.66 -
System Red Green Blue C M Y K H S L
Decimal 186 71 69 0 0.62 0.63 0.27 1.03 0.46 0.5
Hex BA 47 45 0 3E 3F 1B 1 2E 32
Octal 272 107 105 0 76 77 33 1 56 62
Binary 10111010 1000111 1000101 0 111110 111111 11011 1 101110 110010

Color Harmonies of #BA4745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4745

Black with #BA4745

Text Example


Text Example

White with #BA4745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4745; }

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

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

background-color css

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

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

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

border-color css

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

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

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