Html Css Color HEX #BA4541 Chestnut

📋 copy color: '#BA4541'

red 186 ◦ green 69 ◦ blue 65

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

Shades of Chestnut #BA4541

Tints of Chestnut #BA4541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.56%

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

R = 58.13%
G = 21.56%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA4541 (or 0xBA4541) is known color: Chestnut. HEX triplet: BA, 45 and 41. RGB value is (186,69,65). Sum of RGB (Red+Green+Blue) = 186+69+65=320 (42% of max value = 765). Red value is 186 (73.05% from 255 or 58.12% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4541 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA4541 is #45BABE. Grayscale: #676767. Windows color (decimal): -4569791 or 4277690. OLE color: 4277690.

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

Color convert

RGB 186 69 65 -
CMYK 0 0.63 0.65 0.27
HSL 1.98º 0.48% 0.49% -
HSV(B) 1.98º 0.65% 0.73% -
XYZ 23.33 15.08 6.68 -
YUV 103.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 186 69 65 0 0.63 0.65 0.27 1.98 0.48 0.49
Hex BA 45 41 0 3F 41 1B 2 30 31
Octal 272 105 101 0 77 101 33 2 60 61
Binary 10111010 1000101 1000001 0 111111 1000001 11011 10 110000 110001

Color Harmonies of #BA4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4541

Black with #BA4541

Text Example


Text Example

White with #BA4541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4541; }

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

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

background-color css

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

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

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

border-color css

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

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

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