Html Css Color HEX #BA4642 Chestnut

📋 copy color: '#BA4642'

red 186 ◦ green 70 ◦ blue 66

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

Shades of Chestnut #BA4642

Tints of Chestnut #BA4642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 57.76%
G = 21.74%
B = 20.5%

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

#BA4642 (or 0xBA4642) is known color: Chestnut. HEX triplet: BA, 46 and 42. RGB value is (186,70,66). Sum of RGB (Red+Green+Blue) = 186+70+66=322 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.76% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4642 is #45B9BD. Grayscale: #686868. Windows color (decimal): -4569534 or 4343482. OLE color: 4343482.

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

Color convert

RGB 186 70 66 -
CMYK 0 0.62 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 23.42 15.21 6.86 -
YUV 104.23 106.43 186.33 -
System Red Green Blue C M Y K H S L
Decimal 186 70 66 0 0.62 0.65 0.27 2 0.48 0.49
Hex BA 46 42 0 3E 41 1B 2 30 31
Octal 272 106 102 0 76 101 33 2 60 61
Binary 10111010 1000110 1000010 0 111110 1000001 11011 10 110000 110001

Color Harmonies of #BA4642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4642

Black with #BA4642

Text Example


Text Example

White with #BA4642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4642; }

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

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

background-color css

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

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

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

border-color css

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

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

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