Html Css Color HEX #BA4643 Chestnut

📋 copy color: '#BA4643'

red 186 ◦ green 70 ◦ blue 67

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

Shades of Chestnut #BA4643

Tints of Chestnut #BA4643

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 57.59%
G = 21.67%
B = 20.74%

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

#BA4643 (or 0xBA4643) is known color: Chestnut. HEX triplet: BA, 46 and 43. RGB value is (186,70,67). Sum of RGB (Red+Green+Blue) = 186+70+67=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4643 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4643 is #45B9BC. Grayscale: #686868. Windows color (decimal): -4569533 or 4409018. OLE color: 4409018.

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

Color convert

RGB 186 70 67 -
CMYK 0 0.62 0.64 0.27
HSL 1.51º 0.47% 0.5% -
HSV(B) 1.51º 0.64% 0.73% -
XYZ 23.45 15.22 7.01 -
YUV 104.34 106.93 186.24 -
System Red Green Blue C M Y K H S L
Decimal 186 70 67 0 0.62 0.64 0.27 1.51 0.47 0.5
Hex BA 46 43 0 3E 40 1B 2 2F 32
Octal 272 106 103 0 76 100 33 2 57 62
Binary 10111010 1000110 1000011 0 111110 1000000 11011 10 101111 110010

Color Harmonies of #BA4643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4643

Black with #BA4643

Text Example


Text Example

White with #BA4643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4643; }

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

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

background-color css

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

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

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

border-color css

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

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

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