Html Css Color HEX #BA5931 Smoke Tree

📋 copy color: '#BA5931'

red 186 ◦ green 89 ◦ blue 49

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

Shades of Smoke Tree #BA5931

Tints of Smoke Tree #BA5931

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 49 (19.53% from 255) = 15.12%

R = 57.41%
G = 27.47%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5931 (or 0xBA5931) is known color: Smoke Tree. HEX triplet: BA, 59 and 31. RGB value is (186,89,49). Sum of RGB (Red+Green+Blue) = 186+89+49=324 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.41% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5931 is #45A6CE. Grayscale: #717171. Windows color (decimal): -4564687 or 3234234. OLE color: 3234234.

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

Color convert

RGB 186 89 49 -
CMYK 0 0.52 0.74 0.27
HSL 17.52º 0.58% 0.46% -
HSV(B) 17.52º 0.74% 0.73% -
XYZ 24.38 17.81 5.06 -
YUV 113.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 186 89 49 0 0.52 0.74 0.27 17.52 0.58 0.46
Hex BA 59 31 0 34 4A 1B 12 3A 2E
Octal 272 131 61 0 64 112 33 22 72 56
Binary 10111010 1011001 110001 0 110100 1001010 11011 10010 111010 101110

Color Harmonies of #BA5931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5931

Black with #BA5931

Text Example


Text Example

White with #BA5931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5931; }

 p { color: rgb(186,89,49); }

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

background-color css

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

 a { background-color: rgb(186,89,49); }

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

border-color css

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

 span { border-color: rgb(186,89,49); }

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