Html Css Color HEX #BA5E31 Smoke Tree

📋 copy color: '#BA5E31'

red 186 ◦ green 94 ◦ blue 49

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

Shades of Smoke Tree #BA5E31

Tints of Smoke Tree #BA5E31

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

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

R = 56.53%
G = 28.57%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5E31 (or 0xBA5E31) is known color: Smoke Tree. HEX triplet: BA, 5E and 31. RGB value is (186,94,49). Sum of RGB (Red+Green+Blue) = 186+94+49=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E31 is #45A1CE. Grayscale: #747474. Windows color (decimal): -4563407 or 3235514. OLE color: 3235514.

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

Color convert

RGB 186 94 49 -
CMYK 0 0.49 0.74 0.27
HSL 19.71º 0.58% 0.46% -
HSV(B) 19.71º 0.74% 0.73% -
XYZ 24.81 18.67 5.2 -
YUV 116.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 186 94 49 0 0.49 0.74 0.27 19.71 0.58 0.46
Hex BA 5E 31 0 31 4A 1B 14 3A 2E
Octal 272 136 61 0 61 112 33 24 72 56
Binary 10111010 1011110 110001 0 110001 1001010 11011 10100 111010 101110

Color Harmonies of #BA5E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E31

Black with #BA5E31

Text Example


Text Example

White with #BA5E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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