Html Css Color HEX #BA4A45 Chestnut

📋 copy color: '#BA4A45'

red 186 ◦ green 74 ◦ blue 69

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

Shades of Chestnut #BA4A45

Tints of Chestnut #BA4A45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.97%

R = 56.53%
G = 22.49%
B = 20.97%

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

#BA4A45 (or 0xBA4A45) is known color: Chestnut. HEX triplet: BA, 4A and 45. RGB value is (186,74,69). Sum of RGB (Red+Green+Blue) = 186+74+69=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4A45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4A45 is #45B5BA. Grayscale: #6B6B6B. Windows color (decimal): -4568507 or 4541114. OLE color: 4541114.

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

Color convert

RGB 186 74 69 -
CMYK 0 0.60 0.63 0.27
HSL 2.56º 0.46% 0.5% -
HSV(B) 2.56º 0.63% 0.73% -
XYZ 23.77 15.77 7.42 -
YUV 106.92 106.61 184.41 -
System Red Green Blue C M Y K H S L
Decimal 186 74 69 0 0.60 0.63 0.27 2.56 0.46 0.5
Hex BA 4A 45 0 3C 3F 1B 3 2E 32
Octal 272 112 105 0 74 77 33 3 56 62
Binary 10111010 1001010 1000101 0 111100 111111 11011 11 101110 110010

Color Harmonies of #BA4A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4A45

Black with #BA4A45

Text Example


Text Example

White with #BA4A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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