Html Css Color HEX #BA4A44 Chestnut

📋 copy color: '#BA4A44'

red 186 ◦ green 74 ◦ blue 68

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

Shades of Chestnut #BA4A44

Tints of Chestnut #BA4A44

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.56%

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

R = 56.71%
G = 22.56%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA4A44 (or 0xBA4A44) is known color: Chestnut. HEX triplet: BA, 4A and 44. RGB value is (186,74,68). Sum of RGB (Red+Green+Blue) = 186+74+68=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 68 (26.95% from 255 or 20.73% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A44 is #45B5BB. Grayscale: #6A6A6A. Windows color (decimal): -4568508 or 4475578. OLE color: 4475578.

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

Color convert

RGB 186 74 68 -
CMYK 0 0.60 0.63 0.27
HSL 3.05º 0.46% 0.5% -
HSV(B) 3.05º 0.63% 0.73% -
XYZ 23.74 15.75 7.26 -
YUV 106.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 186 74 68 0 0.60 0.63 0.27 3.05 0.46 0.5
Hex BA 4A 44 0 3C 3F 1B 3 2E 32
Octal 272 112 104 0 74 77 33 3 56 62
Binary 10111010 1001010 1000100 0 111100 111111 11011 11 101110 110010

Color Harmonies of #BA4A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A44

Black with #BA4A44

Text Example


Text Example

White with #BA4A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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