Html Css Color HEX #BA5B2E Smoke Tree

📋 copy color: '#BA5B2E'

red 186 ◦ green 91 ◦ blue 46

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

Shades of Smoke Tree #BA5B2E

Tints of Smoke Tree #BA5B2E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.17%

 BLUE value IS 46 (18.36% from 255) = 14.24%

R = 57.59%
G = 28.17%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA5B2E (or 0xBA5B2E) is known color: Smoke Tree. HEX triplet: BA, 5B and 2E. RGB value is (186,91,46). Sum of RGB (Red+Green+Blue) = 186+91+46=323 (42% of max value = 765). Red value is 186 (73.05% from 255 or 57.59% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B2E is #45A4D1. Grayscale: #727272. Windows color (decimal): -4564178 or 3038138. OLE color: 3038138.

HSL color Cylindrical-coordinate representation of color #BA5B2E: hue angle of 19.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BA5B2E is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 91 46 -
CMYK 0 0.51 0.75 0.27
HSL 19.29º 0.6% 0.45% -
HSV(B) 19.29º 0.75% 0.73% -
XYZ 24.48 18.12 4.79 -
YUV 114.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 186 91 46 0 0.51 0.75 0.27 19.29 0.6 0.45
Hex BA 5B 2E 0 33 4B 1B 13 3C 2D
Octal 272 133 56 0 63 113 33 23 74 55
Binary 10111010 1011011 101110 0 110011 1001011 11011 10011 111100 101101

Color Harmonies of #BA5B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B2E

Black with #BA5B2E

Text Example


Text Example

White with #BA5B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B2E; }

 p { color: rgb(186,91,46); }

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

background-color css

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

 a { background-color: rgb(186,91,46); }

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

border-color css

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

 span { border-color: rgb(186,91,46); }

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