Html Css Color HEX #BA4644 Chestnut

📋 copy color: '#BA4644'

red 186 ◦ green 70 ◦ blue 68

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

Shades of Chestnut #BA4644

Tints of Chestnut #BA4644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 57.41%
G = 21.6%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4644 (or 0xBA4644) is known color: Chestnut. HEX triplet: BA, 46 and 44. RGB value is (186,70,68). Sum of RGB (Red+Green+Blue) = 186+70+68=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4644 is #45B9BB. Grayscale: #686868. Windows color (decimal): -4569532 or 4474554. OLE color: 4474554.

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

Color convert

RGB 186 70 68 -
CMYK 0 0.62 0.63 0.27
HSL 1.02º 0.46% 0.5% -
HSV(B) 1.02º 0.63% 0.73% -
XYZ 23.48 15.24 7.17 -
YUV 104.46 107.43 186.16 -
System Red Green Blue C M Y K H S L
Decimal 186 70 68 0 0.62 0.63 0.27 1.02 0.46 0.5
Hex BA 46 44 0 3E 3F 1B 1 2E 32
Octal 272 106 104 0 76 77 33 1 56 62
Binary 10111010 1000110 1000100 0 111110 111111 11011 1 101110 110010

Color Harmonies of #BA4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4644

Black with #BA4644

Text Example


Text Example

White with #BA4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4644; }

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

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

background-color css

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

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

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

border-color css

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

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

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