Html Css Color HEX #BA4242 Chestnut

📋 copy color: '#BA4242'

red 186 ◦ green 66 ◦ blue 66

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

Shades of Chestnut #BA4242

Tints of Chestnut #BA4242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.75%

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

R = 58.49%
G = 20.75%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4242 (or 0xBA4242) is known color: Chestnut. HEX triplet: BA, 42 and 42. RGB value is (186,66,66). Sum of RGB (Red+Green+Blue) = 186+66+66=318 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.49% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4242 is #45BDBD. Grayscale: #666666. Windows color (decimal): -4570558 or 4342458. OLE color: 4342458.

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

Color convert

RGB 186 66 66 -
CMYK 0 0.65 0.65 0.27
HSL 0.48% 0.49% -
HSV(B) 0.65% 0.73% -
XYZ 23.18 14.73 6.78 -
YUV 101.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 186 66 66 0 0.65 0.65 0.27 0 0.48 0.49
Hex BA 42 42 0 41 41 1B 0 30 31
Octal 272 102 102 0 101 101 33 0 60 61
Binary 10111010 1000010 1000010 0 1000001 1000001 11011 0 110000 110001

Color Harmonies of #BA4242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4242

Black with #BA4242

Text Example


Text Example

White with #BA4242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4242; }

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

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

background-color css

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

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

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

border-color css

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

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

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