Html Css Color HEX #BA4B40 Chestnut

📋 copy color: '#BA4B40'

red 186 ◦ green 75 ◦ blue 64

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

Shades of Chestnut #BA4B40

Tints of Chestnut #BA4B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.69%

R = 57.23%
G = 23.08%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA4B40 (or 0xBA4B40) is known color: Chestnut. HEX triplet: BA, 4B and 40. RGB value is (186,75,64). Sum of RGB (Red+Green+Blue) = 186+75+64=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B40 is #45B4BF. Grayscale: #6B6B6B. Windows color (decimal): -4568256 or 4213690. OLE color: 4213690.

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

Color convert

RGB 186 75 64 -
CMYK 0 0.60 0.66 0.27
HSL 5.41º 0.49% 0.49% -
HSV(B) 5.41º 0.66% 0.73% -
XYZ 23.69 15.84 6.66 -
YUV 106.94 103.77 184.39 -
System Red Green Blue C M Y K H S L
Decimal 186 75 64 0 0.60 0.66 0.27 5.41 0.49 0.49
Hex BA 4B 40 0 3C 42 1B 5 31 31
Octal 272 113 100 0 74 102 33 5 61 61
Binary 10111010 1001011 1000000 0 111100 1000010 11011 101 110001 110001

Color Harmonies of #BA4B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B40

Black with #BA4B40

Text Example


Text Example

White with #BA4B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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