Html Css Color HEX #BA4B42 Chestnut

📋 copy color: '#BA4B42'

red 186 ◦ green 75 ◦ blue 66

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

Shades of Chestnut #BA4B42

Tints of Chestnut #BA4B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.18%

R = 56.88%
G = 22.94%
B = 20.18%

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

#BA4B42 (or 0xBA4B42) is known color: Chestnut. HEX triplet: BA, 4B and 42. RGB value is (186,75,66). Sum of RGB (Red+Green+Blue) = 186+75+66=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 66 (26.17% from 255 or 20.18% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4B42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4B42 is #45B4BD. Grayscale: #6B6B6B. Windows color (decimal): -4568254 or 4344762. OLE color: 4344762.

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

Color convert

RGB 186 75 66 -
CMYK 0 0.60 0.65 0.27
HSL 4.5º 0.48% 0.49% -
HSV(B) 4.5º 0.65% 0.73% -
XYZ 23.75 15.86 6.96 -
YUV 107.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 186 75 66 0 0.60 0.65 0.27 4.5 0.48 0.49
Hex BA 4B 42 0 3C 41 1B 4 30 31
Octal 272 113 102 0 74 101 33 4 60 61
Binary 10111010 1001011 1000010 0 111100 1000001 11011 100 110000 110001

Color Harmonies of #BA4B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4B42

Black with #BA4B42

Text Example


Text Example

White with #BA4B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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