Html Css Color HEX #BA5E38 Smoke Tree

📋 copy color: '#BA5E38'

red 186 ◦ green 94 ◦ blue 56

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

Shades of Smoke Tree #BA5E38

Tints of Smoke Tree #BA5E38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.67%

R = 55.36%
G = 27.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BA5E38 (or 0xBA5E38) is known color: Smoke Tree. HEX triplet: BA, 5E and 38. RGB value is (186,94,56). Sum of RGB (Red+Green+Blue) = 186+94+56=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 56 (22.27% from 255 or 16.67% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5E38 is #45A1C7. Grayscale: #757575. Windows color (decimal): -4563400 or 3694266. OLE color: 3694266.

HSL color Cylindrical-coordinate representation of color #BA5E38: hue angle of 17.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA5E38 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 94 56 -
CMYK 0 0.49 0.70 0.27
HSL 17.54º 0.54% 0.47% -
HSV(B) 17.54º 0.7% 0.73% -
XYZ 24.97 18.73 6.04 -
YUV 117.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 186 94 56 0 0.49 0.70 0.27 17.54 0.54 0.47
Hex BA 5E 38 0 31 46 1B 12 36 2F
Octal 272 136 70 0 61 106 33 22 66 57
Binary 10111010 1011110 111000 0 110001 1000110 11011 10010 110110 101111

Color Harmonies of #BA5E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5E38

Black with #BA5E38

Text Example


Text Example

White with #BA5E38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5E38; }

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

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

background-color css

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

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

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

border-color css

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

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

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