Html Css Color HEX #BA4E4C Chestnut

📋 copy color: '#BA4E4C'

red 186 ◦ green 78 ◦ blue 76

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

Shades of Chestnut #BA4E4C

Tints of Chestnut #BA4E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 54.71%
G = 22.94%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA4E4C (or 0xBA4E4C) is known color: Chestnut. HEX triplet: BA, 4E and 4C. RGB value is (186,78,76). Sum of RGB (Red+Green+Blue) = 186+78+76=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA4E4C is #45B1B3. Grayscale: #6E6E6E. Windows color (decimal): -4567476 or 5000890. OLE color: 5000890.

HSL color Cylindrical-coordinate representation of color #BA4E4C: hue angle of 1.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA4E4C is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 78 76 -
CMYK 0 0.58 0.59 0.27
HSL 1.09º 0.44% 0.51% -
HSV(B) 1.09º 0.59% 0.73% -
XYZ 24.28 16.41 8.73 -
YUV 110.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 186 78 76 0 0.58 0.59 0.27 1.09 0.44 0.51
Hex BA 4E 4C 0 3A 3B 1B 1 2C 33
Octal 272 116 114 0 72 73 33 1 54 63
Binary 10111010 1001110 1001100 0 111010 111011 11011 1 101100 110011

Color Harmonies of #BA4E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4E4C

Black with #BA4E4C

Text Example


Text Example

White with #BA4E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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