Html Css Color HEX #BA5D31 Smoke Tree

📋 copy color: '#BA5D31'

red 186 ◦ green 93 ◦ blue 49

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

Shades of Smoke Tree #BA5D31

Tints of Smoke Tree #BA5D31

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.35%

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

R = 56.71%
G = 28.35%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5D31 (or 0xBA5D31) is known color: Smoke Tree. HEX triplet: BA, 5D and 31. RGB value is (186,93,49). Sum of RGB (Red+Green+Blue) = 186+93+49=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 49 (19.53% from 255 or 14.94% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D31 is #45A2CE. Grayscale: #747474. Windows color (decimal): -4563663 or 3235258. OLE color: 3235258.

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

Color convert

RGB 186 93 49 -
CMYK 0 0.5 0.74 0.27
HSL 19.27º 0.58% 0.46% -
HSV(B) 19.27º 0.74% 0.73% -
XYZ 24.72 18.49 5.17 -
YUV 115.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 186 93 49 0 0.5 0.74 0.27 19.27 0.58 0.46
Hex BA 5D 31 0 32 4A 1B 13 3A 2E
Octal 272 135 61 0 62 112 33 23 72 56
Binary 10111010 1011101 110001 0 110010 1001010 11011 10011 111010 101110

Color Harmonies of #BA5D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D31

Black with #BA5D31

Text Example


Text Example

White with #BA5D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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