Html Css Color HEX #BA5D3B Smoke Tree

📋 copy color: '#BA5D3B'

red 186 ◦ green 93 ◦ blue 59

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

Shades of Smoke Tree #BA5D3B

Tints of Smoke Tree #BA5D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 55.03%
G = 27.51%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA5D3B (or 0xBA5D3B) is known color: Smoke Tree. HEX triplet: BA, 5D and 3B. RGB value is (186,93,59). Sum of RGB (Red+Green+Blue) = 186+93+59=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D3B is #45A2C4. Grayscale: #757575. Windows color (decimal): -4563653 or 3890618. OLE color: 3890618.

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

Color convert

RGB 186 93 59 -
CMYK 0 0.5 0.68 0.27
HSL 16.06º 0.52% 0.48% -
HSV(B) 16.06º 0.68% 0.73% -
XYZ 24.95 18.58 6.41 -
YUV 116.93 95.31 177.26 -
System Red Green Blue C M Y K H S L
Decimal 186 93 59 0 0.5 0.68 0.27 16.06 0.52 0.48
Hex BA 5D 3B 0 32 44 1B 10 34 30
Octal 272 135 73 0 62 104 33 20 64 60
Binary 10111010 1011101 111011 0 110010 1000100 11011 10000 110100 110000

Color Harmonies of #BA5D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D3B

Black with #BA5D3B

Text Example


Text Example

White with #BA5D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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