Html Css Color HEX #BA5637 Smoke Tree

📋 copy color: '#BA5637'

red 186 ◦ green 86 ◦ blue 55

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

Shades of Smoke Tree #BA5637

Tints of Smoke Tree #BA5637

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.3%

 BLUE value IS 55 (21.88% from 255) = 16.82%

R = 56.88%
G = 26.3%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5637 (or 0xBA5637) is known color: Smoke Tree. HEX triplet: BA, 56 and 37. RGB value is (186,86,55). Sum of RGB (Red+Green+Blue) = 186+86+55=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 55 (21.88% from 255 or 16.82% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5637 is #45A9C8. Grayscale: #707070. Windows color (decimal): -4565449 or 3626682. OLE color: 3626682.

HSL color Cylindrical-coordinate representation of color #BA5637: hue angle of 14.2º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5637 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 86 55 -
CMYK 0 0.54 0.70 0.27
HSL 14.2º 0.54% 0.47% -
HSV(B) 14.2º 0.7% 0.73% -
XYZ 24.27 17.37 5.69 -
YUV 112.37 95.63 180.52 -
System Red Green Blue C M Y K H S L
Decimal 186 86 55 0 0.54 0.70 0.27 14.2 0.54 0.47
Hex BA 56 37 0 36 46 1B E 36 2F
Octal 272 126 67 0 66 106 33 16 66 57
Binary 10111010 1010110 110111 0 110110 1000110 11011 1110 110110 101111

Color Harmonies of #BA5637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5637

Black with #BA5637

Text Example


Text Example

White with #BA5637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5637; }

 p { color: rgb(186,86,55); }

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

background-color css

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

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

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

border-color css

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

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

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