Html Css Color HEX #BA5341 Chestnut

📋 copy color: '#BA5341'

red 186 ◦ green 83 ◦ blue 65

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

Shades of Chestnut #BA5341

Tints of Chestnut #BA5341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

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

R = 55.69%
G = 24.85%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA5341 (or 0xBA5341) is known color: Chestnut. HEX triplet: BA, 53 and 41. RGB value is (186,83,65). Sum of RGB (Red+Green+Blue) = 186+83+65=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5341 is #45ACBE. Grayscale: #6F6F6F. Windows color (decimal): -4566207 or 4281274. OLE color: 4281274.

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

Color convert

RGB 186 83 65 -
CMYK 0 0.55 0.65 0.27
HSL 8.93º 0.48% 0.49% -
HSV(B) 8.93º 0.65% 0.73% -
XYZ 24.3 17.01 7 -
YUV 111.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 186 83 65 0 0.55 0.65 0.27 8.93 0.48 0.49
Hex BA 53 41 0 37 41 1B 9 30 31
Octal 272 123 101 0 67 101 33 11 60 61
Binary 10111010 1010011 1000001 0 110111 1000001 11011 1001 110000 110001

Color Harmonies of #BA5341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5341

Black with #BA5341

Text Example


Text Example

White with #BA5341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5341; }

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

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

background-color css

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

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

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

border-color css

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

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

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