Html Css Color HEX #BA4E44 Chestnut

📋 copy color: '#BA4E44'

red 186 ◦ green 78 ◦ blue 68

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

Shades of Chestnut #BA4E44

Tints of Chestnut #BA4E44

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.49%

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

R = 56.02%
G = 23.49%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4E44 (or 0xBA4E44) is known color: Chestnut. HEX triplet: BA, 4E and 44. RGB value is (186,78,68). Sum of RGB (Red+Green+Blue) = 186+78+68=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E44 is #45B1BB. Grayscale: #6D6D6D. Windows color (decimal): -4567484 or 4476602. OLE color: 4476602.

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

Color convert

RGB 186 78 68 -
CMYK 0 0.58 0.63 0.27
HSL 5.08º 0.46% 0.5% -
HSV(B) 5.08º 0.63% 0.73% -
XYZ 24.02 16.31 7.35 -
YUV 109.15 104.78 182.81 -
System Red Green Blue C M Y K H S L
Decimal 186 78 68 0 0.58 0.63 0.27 5.08 0.46 0.5
Hex BA 4E 44 0 3A 3F 1B 5 2E 32
Octal 272 116 104 0 72 77 33 5 56 62
Binary 10111010 1001110 1000100 0 111010 111111 11011 101 101110 110010

Color Harmonies of #BA4E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E44

Black with #BA4E44

Text Example


Text Example

White with #BA4E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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