Html Css Color HEX #BA4543 Chestnut

📋 copy color: '#BA4543'

red 186 ◦ green 69 ◦ blue 67

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

Shades of Chestnut #BA4543

Tints of Chestnut #BA4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.43%

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

R = 57.76%
G = 21.43%
B = 20.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA4543 (or 0xBA4543) is known color: Chestnut. HEX triplet: BA, 45 and 43. RGB value is (186,69,67). Sum of RGB (Red+Green+Blue) = 186+69+67=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4543 is #45BABC. Grayscale: #676767. Windows color (decimal): -4569789 or 4408762. OLE color: 4408762.

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

Color convert

RGB 186 69 67 -
CMYK 0 0.63 0.64 0.27
HSL 1.01º 0.47% 0.5% -
HSV(B) 1.01º 0.64% 0.73% -
XYZ 23.39 15.1 6.99 -
YUV 103.76 107.26 186.66 -
System Red Green Blue C M Y K H S L
Decimal 186 69 67 0 0.63 0.64 0.27 1.01 0.47 0.5
Hex BA 45 43 0 3F 40 1B 1 2F 32
Octal 272 105 103 0 77 100 33 1 57 62
Binary 10111010 1000101 1000011 0 111111 1000000 11011 1 101111 110010

Color Harmonies of #BA4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4543

Black with #BA4543

Text Example


Text Example

White with #BA4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4543; }

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

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

background-color css

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

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

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

border-color css

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

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

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