Html Css Color HEX #BA4B49 Chestnut

📋 copy color: '#BA4B49'

red 186 ◦ green 75 ◦ blue 73

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

Shades of Chestnut #BA4B49

Tints of Chestnut #BA4B49

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.46%

 BLUE value IS 73 (28.91% from 255) = 21.86%

R = 55.69%
G = 22.46%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA4B49 (or 0xBA4B49) is known color: Chestnut. HEX triplet: BA, 4B and 49. RGB value is (186,75,73). Sum of RGB (Red+Green+Blue) = 186+75+73=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 75 (29.69% from 255 or 22.46% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B49 is #45B4B6. Grayscale: #6C6C6C. Windows color (decimal): -4568247 or 4803514. OLE color: 4803514.

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

Color convert

RGB 186 75 73 -
CMYK 0 0.60 0.61 0.27
HSL 1.06º 0.45% 0.51% -
HSV(B) 1.06º 0.61% 0.73% -
XYZ 23.97 15.95 8.12 -
YUV 107.96 108.27 183.66 -
System Red Green Blue C M Y K H S L
Decimal 186 75 73 0 0.60 0.61 0.27 1.06 0.45 0.51
Hex BA 4B 49 0 3C 3D 1B 1 2D 33
Octal 272 113 111 0 74 75 33 1 55 63
Binary 10111010 1001011 1001001 0 111100 111101 11011 1 101101 110011

Color Harmonies of #BA4B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B49

Black with #BA4B49

Text Example


Text Example

White with #BA4B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B49; }

 p { color: rgb(186,75,73); }

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

background-color css

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

 a { background-color: rgb(186,75,73); }

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

border-color css

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

 span { border-color: rgb(186,75,73); }

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