Html Css Color HEX #BA5345 Chestnut

📋 copy color: '#BA5345'

red 186 ◦ green 83 ◦ blue 69

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

Shades of Chestnut #BA5345

Tints of Chestnut #BA5345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.41%

R = 55.03%
G = 24.56%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BA5345 (or 0xBA5345) is known color: Chestnut. HEX triplet: BA, 53 and 45. RGB value is (186,83,69). Sum of RGB (Red+Green+Blue) = 186+83+69=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 69 (27.34% from 255 or 20.41% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5345 is #45ACBA. Grayscale: #707070. Windows color (decimal): -4566203 or 4543418. OLE color: 4543418.

HSL color Cylindrical-coordinate representation of color #BA5345: hue angle of 7.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BA5345 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 83 69 -
CMYK 0 0.55 0.63 0.27
HSL 7.18º 0.46% 0.5% -
HSV(B) 7.18º 0.63% 0.73% -
XYZ 24.42 17.06 7.64 -
YUV 112.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 186 83 69 0 0.55 0.63 0.27 7.18 0.46 0.5
Hex BA 53 45 0 37 3F 1B 7 2E 32
Octal 272 123 105 0 67 77 33 7 56 62
Binary 10111010 1010011 1000101 0 110111 111111 11011 111 101110 110010

Color Harmonies of #BA5345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5345

Black with #BA5345

Text Example


Text Example

White with #BA5345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5345; }

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

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

background-color css

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

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

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

border-color css

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

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

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