Html Css Color HEX #BA4B41 Chestnut

📋 copy color: '#BA4B41'

red 186 ◦ green 75 ◦ blue 65

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

Shades of Chestnut #BA4B41

Tints of Chestnut #BA4B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.94%

R = 57.06%
G = 23.01%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4B41 (or 0xBA4B41) is known color: Chestnut. HEX triplet: BA, 4B and 41. RGB value is (186,75,65). Sum of RGB (Red+Green+Blue) = 186+75+65=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B41 is #45B4BE. Grayscale: #6B6B6B. Windows color (decimal): -4568255 or 4279226. OLE color: 4279226.

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

Color convert

RGB 186 75 65 -
CMYK 0 0.60 0.65 0.27
HSL 4.96º 0.48% 0.49% -
HSV(B) 4.96º 0.65% 0.73% -
XYZ 23.72 15.85 6.81 -
YUV 107.05 104.27 184.31 -
System Red Green Blue C M Y K H S L
Decimal 186 75 65 0 0.60 0.65 0.27 4.96 0.48 0.49
Hex BA 4B 41 0 3C 41 1B 5 30 31
Octal 272 113 101 0 74 101 33 5 60 61
Binary 10111010 1001011 1000001 0 111100 1000001 11011 101 110000 110001

Color Harmonies of #BA4B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B41

Black with #BA4B41

Text Example


Text Example

White with #BA4B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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