Html Css Color HEX #BA4742 Chestnut

📋 copy color: '#BA4742'

red 186 ◦ green 71 ◦ blue 66

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

Shades of Chestnut #BA4742

Tints of Chestnut #BA4742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 57.59%
G = 21.98%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4742 (or 0xBA4742) is known color: Chestnut. HEX triplet: BA, 47 and 42. RGB value is (186,71,66). Sum of RGB (Red+Green+Blue) = 186+71+66=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4742 is #45B8BD. Grayscale: #686868. Windows color (decimal): -4569278 or 4343738. OLE color: 4343738.

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

Color convert

RGB 186 71 66 -
CMYK 0 0.62 0.65 0.27
HSL 2.5º 0.48% 0.49% -
HSV(B) 2.5º 0.65% 0.73% -
XYZ 23.49 15.34 6.88 -
YUV 104.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 186 71 66 0 0.62 0.65 0.27 2.5 0.48 0.49
Hex BA 47 42 0 3E 41 1B 2 30 31
Octal 272 107 102 0 76 101 33 2 60 61
Binary 10111010 1000111 1000010 0 111110 1000001 11011 10 110000 110001

Color Harmonies of #BA4742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4742

Black with #BA4742

Text Example


Text Example

White with #BA4742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4742; }

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

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

background-color css

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

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

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

border-color css

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

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

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