Html Css Color HEX #BA4743 Chestnut

📋 copy color: '#BA4743'

red 186 ◦ green 71 ◦ blue 67

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

Shades of Chestnut #BA4743

Tints of Chestnut #BA4743

RGB

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

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

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

R = 57.41%
G = 21.91%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4743 (or 0xBA4743) is known color: Chestnut. HEX triplet: BA, 47 and 43. RGB value is (186,71,67). Sum of RGB (Red+Green+Blue) = 186+71+67=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4743 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4743 is #45B8BC. Grayscale: #696969. Windows color (decimal): -4569277 or 4409274. OLE color: 4409274.

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

Color convert

RGB 186 71 67 -
CMYK 0 0.62 0.64 0.27
HSL 2.02º 0.47% 0.5% -
HSV(B) 2.02º 0.64% 0.73% -
XYZ 23.52 15.35 7.03 -
YUV 104.93 106.6 185.83 -
System Red Green Blue C M Y K H S L
Decimal 186 71 67 0 0.62 0.64 0.27 2.02 0.47 0.5
Hex BA 47 43 0 3E 40 1B 2 2F 32
Octal 272 107 103 0 76 100 33 2 57 62
Binary 10111010 1000111 1000011 0 111110 1000000 11011 10 101111 110010

Color Harmonies of #BA4743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4743

Black with #BA4743

Text Example


Text Example

White with #BA4743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4743; }

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

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

background-color css

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

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

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

border-color css

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

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

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