Html Css Color HEX #BA5E2E Smoke Tree

📋 copy color: '#BA5E2E'

red 186 ◦ green 94 ◦ blue 46

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

Shades of Smoke Tree #BA5E2E

Tints of Smoke Tree #BA5E2E

RGB

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

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

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

R = 57.06%
G = 28.83%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BA5E2E (or 0xBA5E2E) is known color: Smoke Tree. HEX triplet: BA, 5E and 2E. RGB value is (186,94,46). Sum of RGB (Red+Green+Blue) = 186+94+46=326 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.06% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E2E is #45A1D1. Grayscale: #747474. Windows color (decimal): -4563410 or 3038906. OLE color: 3038906.

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

Color convert

RGB 186 94 46 -
CMYK 0 0.49 0.75 0.27
HSL 20.57º 0.6% 0.45% -
HSV(B) 20.57º 0.75% 0.73% -
XYZ 24.75 18.64 4.88 -
YUV 116.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 186 94 46 0 0.49 0.75 0.27 20.57 0.6 0.45
Hex BA 5E 2E 0 31 4B 1B 15 3C 2D
Octal 272 136 56 0 61 113 33 25 74 55
Binary 10111010 1011110 101110 0 110001 1001011 11011 10101 111100 101101

Color Harmonies of #BA5E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E2E

Black with #BA5E2E

Text Example


Text Example

White with #BA5E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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