Html Css Color HEX #BA4641 Chestnut

📋 copy color: '#BA4641'

red 186 ◦ green 70 ◦ blue 65

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

Shades of Chestnut #BA4641

Tints of Chestnut #BA4641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.25%

R = 57.94%
G = 21.81%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4641 (or 0xBA4641) is known color: Chestnut. HEX triplet: BA, 46 and 41. RGB value is (186,70,65). Sum of RGB (Red+Green+Blue) = 186+70+65=321 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.94% from 321); Green value is 70 (27.73% from 255 or 21.81% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4641 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4641 is #45B9BE. Grayscale: #686868. Windows color (decimal): -4569535 or 4277946. OLE color: 4277946.

HSL color Cylindrical-coordinate representation of color #BA4641: hue angle of 2.48º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4641 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 70 65 -
CMYK 0 0.62 0.65 0.27
HSL 2.48º 0.48% 0.49% -
HSV(B) 2.48º 0.65% 0.73% -
XYZ 23.39 15.2 6.7 -
YUV 104.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 186 70 65 0 0.62 0.65 0.27 2.48 0.48 0.49
Hex BA 46 41 0 3E 41 1B 2 30 31
Octal 272 106 101 0 76 101 33 2 60 61
Binary 10111010 1000110 1000001 0 111110 1000001 11011 10 110000 110001

Color Harmonies of #BA4641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4641

Black with #BA4641

Text Example


Text Example

White with #BA4641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4641; }

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

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

background-color css

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

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

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

border-color css

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

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

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